org.deegree.ogcwebservices.wms.capabilities |
|
Java Source File Name | Type | Comment |
Attribution.java | Class | The optional Attribution element provides a way to identify the source of the map data used in a
Layer or collection of Layers. |
AuthorityURL.java | Class | AuthorityURL encloses an element which states the URL of a document defining the
meaning of the Identifier values. |
DataURL.java | Class | A Map Server may use DataURL to offer more information about the data
underneath a particular layer. |
Dimension.java | Class | The Dimension element declares the _existence_ of a dimension.
The optional element is used in Capabilities XML to declare that
one or more dimensional parameters are relevant to the information holdings
of that server. |
Extent.java | Class | The Extent element indicates what _values_ along a dimension are valid. |
FeatureListURL.java | Class | A Map Server may use FeatureListURL to point to a list of the features
represented in a Layer. |
GazetteerParam.java | Class | |
Identifier.java | Class | A Map Server may use zero or more Identifier elements to list ID numbers
or labels defined by a particular Authority. |
Layer.java | Class | Each available map is advertised by a <Layer> element in the Capabilities XML. |
LayerBoundingBox.java | Class | Layers may have zero or more elements that are either stated
explicitly or inherited from a parent Layer. |
LegendURL.java | Class | A Map Server may use zero or more LegendURL elements to provide an image(s)
of a legend relevant to each Style of a Layer. |
LogoURL.java | Class | The LogoURL is part of the attribution that indicates the provider of a Layer
or collection of Layers. |
ScaleHint.java | Class | Layers may include a element that suggests minimum and maximum
scales for which it is appropriate to display this layer. |
Style.java | Class | Zero or more Styles may be advertised for a Layer or collection of layers
using <Style> elements, each of which shall have <Name> and <Title> elements.
The style's Name is used in the Map request STYLES parameter. |
StyleSheetURL.java | Class | StyleSheeetURL provides symbology information foreach Style of a Layer. |
StyleURL.java | Class | A Map Server may use StyleURL to offer more information about the data or
symbology underlying a particular Style. |
UserDefinedSymbolization.java | Class | The interface defines the access to optional user-defined symbolization
that are only used by SLD-enabled WMSes. |
WMSCapabilities.java | Class | WMSCapabilities is the data class for the WMS version of capabilities. |
WMSCapabilitiesDocument.java | Class | WMSCapabilitiesDocument is the parser class for WMS capabilities documents that
uses the new OWS common classes to encapsulate the data. |
WMSCapabilitiesDocumentFactory.java | Class | |
WMSCapabilitiesDocumentTest.java | Class | author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
WMSCapabilitiesDocument_1_0_0.java | Class | WMSCapabilitiesDocument is the parser class for WMS capabilities documents that
uses the new OWS common classes to encapsulate the data. |
WMSCapabilitiesDocument_1_3_0.java | Class | WMSCapabilitiesDocument_1_3_0 is a parser class for capabilities documents
according to the OGC WMS 1.3.0 specification. |
WMSCapabilities_1_0_0.java | Class | WMSCapabilities is the data class for the WMS version of capabilities. |
WMSCapabilities_1_3_0.java | Class | This class is an 1.3.0 extension of the WMSCapabilities class. |
WMSOperationsMetadata.java | Class | Represents the OperationMetadata part in the capabilities
document of a WFS according to the
Web Feature Service Implementation Specification 1.1.0 .
In addition to the GetCapabilities operation that all
OWS 0.3 compliant services must implement, it may define some
or all of the following operations:
|