Uses of Interface
net.opengis.wcs.x11.RangeSubsetType
-
Packages that use RangeSubsetType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of RangeSubsetType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return RangeSubsetType Modifier and Type Method Description RangeSubsetTypeGetCoverageDocument.GetCoverage. addNewRangeSubset()Appends and returns a new empty "RangeSubset" elementRangeSubsetTypeGetCoverageDocument.GetCoverage. getRangeSubset()Gets the "RangeSubset" elementstatic RangeSubsetTypeRangeSubsetType.Factory. newInstance()static RangeSubsetTypeRangeSubsetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(File file)static RangeSubsetTypeRangeSubsetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(InputStream is)static RangeSubsetTypeRangeSubsetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(Reader r)static RangeSubsetTypeRangeSubsetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(String xmlAsString)static RangeSubsetTypeRangeSubsetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(URL u)static RangeSubsetTypeRangeSubsetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(XMLStreamReader sr)static RangeSubsetTypeRangeSubsetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RangeSubsetTypeRangeSubsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RangeSubsetTypeRangeSubsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RangeSubsetTypeRangeSubsetType.Factory. parse(Node node)static RangeSubsetTypeRangeSubsetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type RangeSubsetType Modifier and Type Method Description voidGetCoverageDocument.GetCoverage. setRangeSubset(RangeSubsetType rangeSubset)Sets the "RangeSubset" element -
Uses of RangeSubsetType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement RangeSubsetType Modifier and Type Class Description classRangeSubsetTypeImplAn XML RangeSubsetType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return RangeSubsetType Modifier and Type Method Description RangeSubsetTypeGetCoverageDocumentImpl.GetCoverageImpl. addNewRangeSubset()Appends and returns a new empty "RangeSubset" elementRangeSubsetTypeGetCoverageDocumentImpl.GetCoverageImpl. getRangeSubset()Gets the "RangeSubset" elementMethods in net.opengis.wcs.x11.impl with parameters of type RangeSubsetType Modifier and Type Method Description voidGetCoverageDocumentImpl.GetCoverageImpl. setRangeSubset(RangeSubsetType rangeSubset)Sets the "RangeSubset" element
-