deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.wms.capabilities.Layer

Packages that use Layer
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.capabilities   
org.deegree.ogcwebservices.wms.configuration   
org.deegree.portal.standard.wms.util   
 

Uses of Layer in org.deegree.ogcwebservices.wmps
 

Methods in org.deegree.ogcwebservices.wmps with parameters of type Layer
protected static void XMLFactory.appendCapabilityLayer(Element root, Layer layer)
          Append capability layer
 

Constructors in org.deegree.ogcwebservices.wmps with parameters of type Layer
GetMapServiceInvokerForNL(DefaultGetMapHandler handler, Layer lay, AbstractDataSource source, UserStyle style, int index)
          Creates a new ServiceInvokerForNL object.
 

Uses of Layer in org.deegree.ogcwebservices.wmps.capabilities
 

Methods in org.deegree.ogcwebservices.wmps.capabilities that return Layer
 Layer WMPSCapabilities.getLayer()
          returns the root layer provided by a WMPS
 Layer WMPSCapabilities.getLayer(String name)
          recursion over all layers to find the layer that matches the submitted name.
protected  Layer WMPSCapabilitiesDocument.parseLayers(Element layerElem, Layer parent)
          returns the layers offered by the WMPS
 

Methods in org.deegree.ogcwebservices.wmps.capabilities with parameters of type Layer
protected  Layer WMPSCapabilitiesDocument.parseLayers(Element layerElem, Layer parent)
          returns the layers offered by the WMPS
 void WMPSCapabilities.setLayer(Layer layer)
          sets the root layer provided by a WMPS
 

Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type Layer
WMPSCapabilities(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer)
          Constructor initializing the class with the WMPSCapabilities
 

Uses of Layer in org.deegree.ogcwebservices.wmps.configuration
 

Methods in org.deegree.ogcwebservices.wmps.configuration that return Layer
protected  Layer WMPSConfigurationDocument.parseLayers(Element layerElem, Layer parent)
          returns the layers offered by the WMS
 

Methods in org.deegree.ogcwebservices.wmps.configuration with parameters of type Layer
protected  Layer WMPSConfigurationDocument.parseLayers(Element layerElem, Layer parent)
          returns the layers offered by the WMS
 

Constructors in org.deegree.ogcwebservices.wmps.configuration with parameters of type Layer
WMPSConfiguration(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer, WMPSDeegreeParams deegreeParams, URL baseURL)
          Generates a new WFSConfiguration instance from the given parameters.
 

Uses of Layer in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms with parameters of type Layer
protected static void XMLFactory.appendCapabilityLayer(Element root, Layer layer)
           
protected static void XMLFactory_1_3_0.appendCapabilityLayer(Element root, Layer layer)
           
 UserStyle DefaultGetMapHandler.getPredefinedStyle(String styleName, String layerName, Layer layer)
           
 

Constructors in org.deegree.ogcwebservices.wms with parameters of type Layer
DefaultGetFeatureInfoHandler.ServiceInvoker(Layer layer, AbstractDataSource datasource)
          Creates a new ServiceInvoker object.
 

Uses of Layer in org.deegree.ogcwebservices.wms.capabilities
 

Methods in org.deegree.ogcwebservices.wms.capabilities that return Layer
 Layer WMSCapabilities.getLayer()
           
 Layer[] Layer.getLayer()
          returns a list of layers the are enclosed by this layer.
 Layer WMSCapabilities.getLayer(String name)
           
 Layer WMSCapabilities.getLayerByTitle(String title)
          returns the
 Layer Layer.getParent()
           
protected  Layer WMSCapabilitiesDocument_1_3_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
protected  Layer WMSCapabilitiesDocument.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
protected  Layer WMSCapabilitiesDocument_1_0_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
          returns the layers offered by the WMS
 Layer Layer.removeLayer(String name)
          removes a Layer identified by its name from the parent Layer.
 Layer Layer.removeLayerByTitle(String title)
          removes a Layer identified by its title from the parent Layer.
 

Methods in org.deegree.ogcwebservices.wms.capabilities with parameters of type Layer
 void Layer.addLayer(Layer layer)
          adds a list of layers the are enclosed by this layer.
static String WMSCapabilities.hasDoubleLayers(Layer layer, Set<String> layers)
           
protected  Layer WMSCapabilitiesDocument_1_3_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
protected  Layer WMSCapabilitiesDocument.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
protected  Layer WMSCapabilitiesDocument_1_0_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
          returns the layers offered by the WMS
 void WMSCapabilities.setLayer(Layer layer)
          sets the root layer provided by a WMS
 void Layer.setLayer(Layer[] layer)
          sets a list of layers the are enclosed by this layer.
 void Layer.setParent(Layer parent)
          sets the parent layer of this layer.
 

Constructors in org.deegree.ogcwebservices.wms.capabilities with parameters of type Layer
Layer(boolean queryable, int cascaded, boolean opaque, boolean noSubsets, int fixedWidth, int fixedHeight, String name, String title, String abstract_, Envelope latLonBoundingBox, Attribution attribution, ScaleHint scaleHint, String[] keywordList, String[] srs, LayerBoundingBox[] boundingBoxes, Dimension[] dimensions, Extent[] extents, AuthorityURL[] authorityURLs, Identifier[] identifiers, MetadataURL[] metadataURLs, DataURL[] dataURLs, FeatureListURL[] featureListURLs, Style[] styles, Layer[] layers, AbstractDataSource[] dataSource, Layer parent)
          constructor initializing the class with the <Layer>
Layer(boolean queryable, int cascaded, boolean opaque, boolean noSubsets, int fixedWidth, int fixedHeight, String name, String title, String abstract_, Envelope latLonBoundingBox, Attribution attribution, ScaleHint scaleHint, String[] keywordList, String[] srs, LayerBoundingBox[] boundingBoxes, Dimension[] dimensions, Extent[] extents, AuthorityURL[] authorityURLs, Identifier[] identifiers, MetadataURL[] metadataURLs, DataURL[] dataURLs, FeatureListURL[] featureListURLs, Style[] styles, Layer[] layers, AbstractDataSource[] dataSource, Layer parent)
          constructor initializing the class with the <Layer>
WMSCapabilities_1_0_0(String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata metadata, Layer layer)
          constructor initializing the class with the WMSCapabilities
WMSCapabilities_1_0_0(String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata metadata, Layer layer, List<String> exceptions)
           
WMSCapabilities_1_3_0(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata metadata, Layer layer, int layerLimit, int maxWidth, int maxHeight)
          Constructs a new object with the given values.
WMSCapabilities_1_3_0(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata metadata, Layer layer, int layerLimit, int maxWidth, int maxHeight, List<String> exceptions)
           
WMSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer)
          constructor initializing the class with the WMSCapabilities
WMSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer, List<String> exceptions)
           
 

Uses of Layer in org.deegree.ogcwebservices.wms.configuration
 

Methods in org.deegree.ogcwebservices.wms.configuration that return Layer
 Layer WMSConfigurationType.getLayer()
           
 Layer WMSConfigurationType.getLayer(String name)
           
protected  Layer WMSConfigurationDocument.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
          returns the layers offered by the WMS
protected  Layer WMSConfigurationDocument_1_3_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
 

Methods in org.deegree.ogcwebservices.wms.configuration with parameters of type Layer
protected  Layer WMSConfigurationDocument.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
          returns the layers offered by the WMS
protected  Layer WMSConfigurationDocument_1_3_0.parseLayers(Element layerElem, Layer parent, ScaleHint scaleHint)
           
 

Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type Layer
WMSConfiguration_1_3_0(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata metadata, Layer layer, WMSDeegreeParams deegreeParams, URL baseURL, int layerLimit, List<String> exceptions)
          Generates a new WFSConfiguration instance from the given parameters.
WMSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer, WMSDeegreeParams deegreeParams, URL baseURL, List<String> exceptions)
          Generates a new WFSConfiguration instance from the given parameters.
 

Uses of Layer in org.deegree.portal.standard.wms.util
 

Methods in org.deegree.portal.standard.wms.util with parameters of type Layer
static String ClientHelper.getLayersAsTree(Layer root)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org