Uses of Class
org.deegree.services.wms.MapService

Packages that use MapService
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.capabilities   
org.deegree.services.wms.controller.ops   
org.deegree.services.wms.controller.sld   
org.deegree.services.wms.dynamic   
org.deegree.services.wms.model.layers   
org.deegree.services.wms.utils   
org.deegree.tools.crs.georeferencing.application   
 

Uses of MapService in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller declared as MapService
protected  MapService WMSController.service
           
 

Methods in org.deegree.services.wms.controller that return MapService
 MapService WMSController.getMapService()
           
 

Methods in org.deegree.services.wms.controller with parameters of type MapService
protected  void WMSController111.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
protected  void WMSController130.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
protected abstract  void WMSControllerBase.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
 void WMSController.Controller.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, Map<String,String> customParameters, WMSController controller)
           
 void WMSControllerBase.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, Map<String,String> customParameters, WMSController controller)
           
 

Uses of MapService in org.deegree.services.wms.controller.capabilities
 

Constructors in org.deegree.services.wms.controller.capabilities with parameters of type MapService
Capabilities111XMLAdapter(ServiceIdentification identification, ServiceProvider provider, String getUrl, String postUrl, MapService service, WMSController controller)
           
Capabilities130XMLAdapter(ServiceIdentification identification, ServiceProvider provider, String getUrl, String postUrl, MapService service, WMSController controller)
           
 

Uses of MapService in org.deegree.services.wms.controller.ops
 

Constructors in org.deegree.services.wms.controller.ops with parameters of type MapService
GetFeatureInfo(Map<String,String> map, Version version, MapService service)
           
GetLegendGraphic(Map<String,String> map, MapService service)
           
GetMap(Map<String,String> map, Version version, MapService service)
           
GetMap(MapService service, Collection<Layer> layers, Collection<Style> styles, int width, int height, Envelope boundingBox)
           
 

Uses of MapService in org.deegree.services.wms.controller.sld
 

Methods in org.deegree.services.wms.controller.sld with parameters of type MapService
static Pair<LinkedList<Layer>,LinkedList<Style>> SLDParser.parse(XMLStreamReader in, MapService service, GetMap gm)
           
 

Uses of MapService in org.deegree.services.wms.dynamic
 

Methods in org.deegree.services.wms.dynamic with parameters of type MapService
protected  boolean LayerUpdater.cleanup(Layer root, MapService service)
           
 

Constructors in org.deegree.services.wms.dynamic with parameters of type MapService
PostGISUpdater(String connId, String schema, Layer parent, MapService service, String baseSystemId, DeegreeWorkspace workspace)
           
ShapeUpdater(File shapeDir, Layer parent, MapService service)
           
 

Uses of MapService in org.deegree.services.wms.model.layers
 

Fields in org.deegree.services.wms.model.layers declared as MapService
protected  MapService Layer.service
           
 

Constructors in org.deegree.services.wms.model.layers with parameters of type MapService
DynamicSQLLayer(MapService service, String name, String title, Layer parent, SimpleSQLFeatureStore datastore, PostgreSQLReader styles, Collection<Integer> symbolCodes, String symbolField)
           
EmptyLayer(MapService service, AbstractLayerType layer, Layer parent)
           
EmptyLayer(MapService service, String name, String title, Layer parent)
           
FeatureLayer(MapService service, AbstractLayerType layer, Layer parent, DeegreeWorkspace workspace)
           
FeatureLayer(MapService service, String name, String title, Layer parent)
          Used for extensions.
FeatureLayer(MapService service, String name, String title, Layer parent, String file)
           
Layer(MapService service, AbstractLayerType layer, Layer parent)
           
Layer(MapService service, String name, String title, Layer parent)
           
RasterLayer(MapService service, AbstractLayerType lay, Layer parent)
           
RemoteWMSLayer(MapService service, AbstractLayerType layer, Layer parent)
          Construct one with RemoteWMSStoreId in jaxb bean.
RemoteWMSLayer(MapService service, RemoteWMSStore store, String name, String title, Layer parent)
           
StatisticsLayer(MapService service, Layer parent)
           
 

Uses of MapService in org.deegree.services.wms.utils
 

Constructors in org.deegree.services.wms.utils with parameters of type MapService
MapController(MapService service, ICRS crs, int width, int height)
           
 

Uses of MapService in org.deegree.tools.crs.georeferencing.application
 

Fields in org.deegree.tools.crs.georeferencing.application declared as MapService
 MapService ApplicationState.service
           
 



Copyright © 2011. All Rights Reserved.