Uses of Interface
org.deegree.graphics.MapView

Packages that use MapView
org.deegree_impl.graphics   
org.deegree_impl.graphics.optimizers   
org.deegree.graphics   
org.deegree.graphics.optimizers   
 

Uses of MapView in org.deegree_impl.graphics
 

Classes in org.deegree_impl.graphics that implement MapView
(package private)  class MapView_Impl
          This interface describes the data modell of the map it self.
 

Fields in org.deegree_impl.graphics declared as MapView
private  MapView Theme_Impl.parent
          the MapView (map) the theme is associated to
 

Methods in org.deegree_impl.graphics that return MapView
static MapView MapFactory.createMapView(java.lang.String name, GM_Envelope boundingbox)
          creates a MapView with a name and a boundingbox describing the area coverd by the MapView.
static MapView MapFactory.createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs)
          creates a MapView with a name, a boundingbox describing the area coverd by the MapView and a CRS.
static MapView MapFactory.createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs, Theme[] themes)
          creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Themes.
static MapView MapFactory.createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs, Layer[] layers)
          creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Layers.
 

Methods in org.deegree_impl.graphics with parameters of type MapView
 void Theme_Impl.setParent(MapView parent)
          sets the parent MapView of the Theme.
 

Uses of MapView in org.deegree_impl.graphics.optimizers
 

Fields in org.deegree_impl.graphics.optimizers declared as MapView
protected  MapView AbstractOptimizer.mapView
           
 

Methods in org.deegree_impl.graphics.optimizers with parameters of type MapView
 void AbstractOptimizer.setMapView(MapView mapView)
          Sets the associated MapView-instance.
 

Uses of MapView in org.deegree.graphics
 

Methods in org.deegree.graphics with parameters of type MapView
 void Theme.setParent(MapView parent)
          sets the parent MapView of the Theme.
 void MapEventController.addMapView(MapView mapView)
          adds a MapView to the EventController that shall be notified if something happens.
 void MapEventController.removeMapView(MapView mapView)
           
 

Uses of MapView in org.deegree.graphics.optimizers
 

Methods in org.deegree.graphics.optimizers with parameters of type MapView
 void Optimizer.setMapView(MapView mapView)
          Sets the associated MapView-instance.