Uses of Interface
net.opengis.gml.x32.CountExtentType
-
Packages that use CountExtentType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CountExtentType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CountExtentType Modifier and Type Method Description static CountExtentTypeCountExtentType.Factory. newInstance()static CountExtentTypeCountExtentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. newValue(Object obj)static CountExtentTypeCountExtentType.Factory. parse(File file)static CountExtentTypeCountExtentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(InputStream is)static CountExtentTypeCountExtentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(Reader r)static CountExtentTypeCountExtentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(String xmlAsString)static CountExtentTypeCountExtentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(URL u)static CountExtentTypeCountExtentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(XMLStreamReader sr)static CountExtentTypeCountExtentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CountExtentTypeCountExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CountExtentTypeCountExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CountExtentTypeCountExtentType.Factory. parse(Node node)static CountExtentTypeCountExtentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)CountExtentTypeCountExtentDocument. xgetCountExtent()Gets (as xml) the "CountExtent" elementMethods in net.opengis.gml.x32 with parameters of type CountExtentType Modifier and Type Method Description voidCountExtentDocument. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" element -
Uses of CountExtentType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CountExtentType Modifier and Type Class Description classCountExtentTypeImplAn XML CountExtentType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CountExtentType Modifier and Type Method Description CountExtentTypeCountExtentDocumentImpl. xgetCountExtent()Gets (as xml) the "CountExtent" elementMethods in net.opengis.gml.x32.impl with parameters of type CountExtentType Modifier and Type Method Description voidCountExtentDocumentImpl. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" element
-