|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extent | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of Extent in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement Extent | |
(package private) class |
Extent_Impl
The Extent element indicates what _values_ along a dimension are valid. |
Methods in org.deegree_impl.services.wms.capabilities that return Extent | |
protected Extent |
OGCWMSCapabilitiesFactory.createExtent(org.w3c.dom.Element element)
Creates an Extent-instance according to the contents of the DOM-subtree starting at the given 'Extent'-Element. |
Extent[] |
Layer_Impl.getExtent()
Extent declarations are inherited from parent Layers. |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type Extent | |
void |
Layer_Impl.addExtent(Extent extent)
adds the extent declarations |
void |
Layer_Impl.setExtent(Extent[] extent)
sets the extent |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Extent | |
Layer_Impl(boolean queryable,
int cascaded,
boolean opaque,
boolean noSubsets,
int fixedWidth,
int fixedHeight,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
GM_Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.String[] srs,
LayerBoundingBox[] boundingBoxes,
Dimension[] dimensions,
Extent[] extents,
AuthorityURL[] authorityURLs,
Identifier[] identifiers,
MetadataURL[] metadataURLs,
DataURL[] dataURLs,
FeatureListURL[] featureListURLs,
Style[] styles,
Layer[] layers,
DataSource[] dataSource,
Layer parent)
constructor initializing the class with the |
Uses of Extent in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return Extent | |
Extent[] |
Layer.getExtent()
Extent declarations are inherited from parent Layers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |