|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RangeSetDescription | |
org.deegree_impl.model.cv | |
org.deegree.model.coverage |
Uses of RangeSetDescription in org.deegree_impl.model.cv |
Classes in org.deegree_impl.model.cv that implement RangeSetDescription | |
(package private) class |
RangeSetDescription_Impl
This implements the access to the properties (categories, measures, or values) assigned to each location in the domain. |
Fields in org.deegree_impl.model.cv declared as RangeSetDescription | |
private RangeSetDescription |
GridCoverageLayer_Impl.rangeSetDescription
|
Methods in org.deegree_impl.model.cv that return RangeSetDescription | |
RangeSetDescription |
GridCoverageLayer_Impl.getRangeSetDescription()
returns the range description for a GridCoverageLayer |
private static RangeSetDescription |
CVDescriptorFactory.createRangeSetDescription(org.w3c.dom.Element element)
creates the range set description for the GridCoverageLayer |
private static RangeSetDescription |
CVDescriptorDirFactory.createRangeSetDescription(org.w3c.dom.Element element)
creates the range set description for the GridCoverageLayer |
Constructors in org.deegree_impl.model.cv with parameters of type RangeSetDescription | |
GridCoverageLayer_Impl(java.lang.String layerID,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] keywordList,
GM_Envelope latLonBoundingBox,
java.lang.String[] crs,
java.lang.String nativeCRS,
java.net.URL[] metadataURLs,
Format[] supportedFormatList,
java.lang.String[] supportedInterpolationList,
GridExtentDescription gridExtentDescription,
java.net.URL descriptorResource,
RangeSetDescription rangeSetDescription)
|
|
GridCoverageLayer_Impl(java.lang.String layerID,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] keywordList,
GM_Envelope latLonBoundingBox,
java.lang.String[] queryCRS,
java.lang.String[] responseCRS,
java.lang.String nativeCRS,
java.net.URL[] metadataURLs,
Format[] supportedFormatList,
java.lang.String[] supportedInterpolationList,
GridExtentDescription gridExtentDescription,
RangeSetDescription rangeSetDescription)
|
Uses of RangeSetDescription in org.deegree.model.coverage |
Methods in org.deegree.model.coverage that return RangeSetDescription | |
RangeSetDescription |
GridCoverageLayer.getRangeSetDescription()
returns the range description for a GridCoverageLayer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |