Uses of Interface
net.opengis.gml.ExtentType
-
Packages that use ExtentType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ExtentType in net.opengis.gml
Methods in net.opengis.gml that return ExtentType Modifier and Type Method Description ExtentTypeAbstractCoordinateOperationType. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractDatumType. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractReferenceSystemType. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeValidAreaDocument. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractCoordinateOperationType. getValidArea()Gets the "validArea" elementExtentTypeAbstractDatumType. getValidArea()Gets the "validArea" elementExtentTypeAbstractReferenceSystemType. getValidArea()Gets the "validArea" elementExtentTypeValidAreaDocument. getValidArea()Gets the "validArea" elementstatic ExtentTypeExtentType.Factory. newInstance()static ExtentTypeExtentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(File file)static ExtentTypeExtentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(InputStream is)static ExtentTypeExtentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(Reader r)static ExtentTypeExtentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(String xmlAsString)static ExtentTypeExtentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(URL u)static ExtentTypeExtentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(XMLStreamReader sr)static ExtentTypeExtentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ExtentTypeExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ExtentTypeExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ExtentTypeExtentType.Factory. parse(Node node)static ExtentTypeExtentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ExtentType Modifier and Type Method Description voidAbstractCoordinateOperationType. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidAbstractDatumType. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidAbstractReferenceSystemType. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidValidAreaDocument. setValidArea(ExtentType validArea)Sets the "validArea" element -
Uses of ExtentType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ExtentType Modifier and Type Class Description classExtentTypeImplAn XML ExtentType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ExtentType Modifier and Type Method Description ExtentTypeAbstractCoordinateOperationTypeImpl. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractDatumTypeImpl. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractReferenceSystemTypeImpl. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeValidAreaDocumentImpl. addNewValidArea()Appends and returns a new empty "validArea" elementExtentTypeAbstractCoordinateOperationTypeImpl. getValidArea()Gets the "validArea" elementExtentTypeAbstractDatumTypeImpl. getValidArea()Gets the "validArea" elementExtentTypeAbstractReferenceSystemTypeImpl. getValidArea()Gets the "validArea" elementExtentTypeValidAreaDocumentImpl. getValidArea()Gets the "validArea" elementMethods in net.opengis.gml.impl with parameters of type ExtentType Modifier and Type Method Description voidAbstractCoordinateOperationTypeImpl. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidAbstractDatumTypeImpl. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidAbstractReferenceSystemTypeImpl. setValidArea(ExtentType validArea)Sets the "validArea" elementvoidValidAreaDocumentImpl. setValidArea(ExtentType validArea)Sets the "validArea" element
-