Uses of Interface
net.opengis.ows.x11.RangeType
-
Packages that use RangeType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of RangeType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return RangeType Modifier and Type Method Description RangeTypeAllowedValuesDocument.AllowedValues. addNewRange()Appends and returns a new empty value (as xml) as the last "Range" elementRangeTypeRangeDocument. addNewRange()Appends and returns a new empty "Range" elementRangeTypeRangeDocument. getRange()Gets the "Range" elementRangeType[]AllowedValuesDocument.AllowedValues. getRangeArray()Gets array of all "Range" elementsRangeTypeAllowedValuesDocument.AllowedValues. getRangeArray(int i)Gets ith "Range" elementRangeTypeAllowedValuesDocument.AllowedValues. insertNewRange(int i)Inserts and returns a new empty value (as xml) as the ith "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.ows.x11 with parameters of type RangeType Modifier and Type Method Description voidRangeDocument. setRange(RangeType range)Sets the "Range" elementvoidAllowedValuesDocument.AllowedValues. setRangeArray(int i, RangeType range)Sets ith "Range" elementvoidAllowedValuesDocument.AllowedValues. setRangeArray(RangeType[] rangeArray)Sets array of all "Range" element -
Uses of RangeType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement RangeType Modifier and Type Class Description classRangeTypeImplAn XML RangeType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return RangeType Modifier and Type Method Description RangeTypeAllowedValuesDocumentImpl.AllowedValuesImpl. addNewRange()Appends and returns a new empty value (as xml) as the last "Range" elementRangeTypeRangeDocumentImpl. addNewRange()Appends and returns a new empty "Range" elementRangeTypeRangeDocumentImpl. getRange()Gets the "Range" elementRangeType[]AllowedValuesDocumentImpl.AllowedValuesImpl. getRangeArray()Gets array of all "Range" elementsRangeTypeAllowedValuesDocumentImpl.AllowedValuesImpl. getRangeArray(int i)Gets ith "Range" elementRangeTypeAllowedValuesDocumentImpl.AllowedValuesImpl. insertNewRange(int i)Inserts and returns a new empty value (as xml) as the ith "Range" elementMethods in net.opengis.ows.x11.impl with parameters of type RangeType Modifier and Type Method Description voidRangeDocumentImpl. setRange(RangeType range)Sets the "Range" elementvoidAllowedValuesDocumentImpl.AllowedValuesImpl. setRangeArray(int i, RangeType range)Sets ith "Range" elementvoidAllowedValuesDocumentImpl.AllowedValuesImpl. setRangeArray(RangeType[] rangeArray)Sets array of all "Range" element
-