Uses of Interface
net.opengis.gml.x32.RangeSetType
-
Packages that use RangeSetType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of RangeSetType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return RangeSetType Modifier and Type Method Description RangeSetTypeAbstractCoverageType. addNewRangeSet()Appends and returns a new empty "rangeSet" elementRangeSetTypeRangeSetDocument. addNewRangeSet()Appends and returns a new empty "rangeSet" elementRangeSetTypeAbstractCoverageType. getRangeSet()Gets the "rangeSet" elementRangeSetTypeRangeSetDocument. getRangeSet()Gets the "rangeSet" elementstatic RangeSetTypeRangeSetType.Factory. newInstance()static RangeSetTypeRangeSetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(File file)static RangeSetTypeRangeSetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(InputStream is)static RangeSetTypeRangeSetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(Reader r)static RangeSetTypeRangeSetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(String xmlAsString)static RangeSetTypeRangeSetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(URL u)static RangeSetTypeRangeSetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(XMLStreamReader sr)static RangeSetTypeRangeSetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RangeSetTypeRangeSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RangeSetTypeRangeSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RangeSetTypeRangeSetType.Factory. parse(Node node)static RangeSetTypeRangeSetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type RangeSetType Modifier and Type Method Description voidAbstractCoverageType. setRangeSet(RangeSetType rangeSet)Sets the "rangeSet" elementvoidRangeSetDocument. setRangeSet(RangeSetType rangeSet)Sets the "rangeSet" element -
Uses of RangeSetType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement RangeSetType Modifier and Type Class Description classRangeSetTypeImplAn XML RangeSetType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return RangeSetType Modifier and Type Method Description RangeSetTypeAbstractCoverageTypeImpl. addNewRangeSet()Appends and returns a new empty "rangeSet" elementRangeSetTypeRangeSetDocumentImpl. addNewRangeSet()Appends and returns a new empty "rangeSet" elementRangeSetTypeAbstractCoverageTypeImpl. getRangeSet()Gets the "rangeSet" elementRangeSetTypeRangeSetDocumentImpl. getRangeSet()Gets the "rangeSet" elementMethods in net.opengis.gml.x32.impl with parameters of type RangeSetType Modifier and Type Method Description voidAbstractCoverageTypeImpl. setRangeSet(RangeSetType rangeSet)Sets the "rangeSet" elementvoidRangeSetDocumentImpl. setRangeSet(RangeSetType rangeSet)Sets the "rangeSet" element
-