Uses of Interface
net.opengis.wcs.x11.RangeType
-
Packages that use RangeType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of RangeType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return RangeType Modifier and Type Method Description RangeTypeCoverageDescriptionType. addNewRange()Appends and returns a new empty "Range" elementRangeTypeCoverageDescriptionType. getRange()Gets the "Range" elementstatic RangeTypeRangeType.Factory. newInstance()static RangeTypeRangeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(File file)static RangeTypeRangeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(InputStream is)static RangeTypeRangeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(Reader r)static RangeTypeRangeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(String xmlAsString)static RangeTypeRangeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(URL u)static RangeTypeRangeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(XMLStreamReader sr)static RangeTypeRangeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RangeTypeRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RangeTypeRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RangeTypeRangeType.Factory. parse(Node node)static RangeTypeRangeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type RangeType Modifier and Type Method Description voidCoverageDescriptionType. setRange(RangeType range)Sets the "Range" element -
Uses of RangeType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement RangeType Modifier and Type Class Description classRangeTypeImplAn XML RangeType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return RangeType Modifier and Type Method Description RangeTypeCoverageDescriptionTypeImpl. addNewRange()Appends and returns a new empty "Range" elementRangeTypeCoverageDescriptionTypeImpl. getRange()Gets the "Range" elementMethods in net.opengis.wcs.x11.impl with parameters of type RangeType Modifier and Type Method Description voidCoverageDescriptionTypeImpl. setRange(RangeType range)Sets the "Range" element
-