Uses of Interface
net.opengis.gml.CountExtentType
-
Packages that use CountExtentType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CountExtentType in net.opengis.gml
Methods in net.opengis.gml that return CountExtentType Modifier and Type Method Description CountExtentTypeValueArrayPropertyType. addNewCountExtent()Appends and returns a new empty value (as xml) as the last "CountExtent" elementCountExtentTypeValueArrayPropertyType. insertNewCountExtent(int i)Inserts and returns a new empty value (as xml) as the ith "CountExtent" elementstatic 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" elementCountExtentTypeRangeParametersType. xgetCountExtent()Gets (as xml) the "CountExtent" elementCountExtentTypeValuePropertyType. xgetCountExtent()Gets (as xml) the "CountExtent" elementCountExtentType[]ValueArrayPropertyType. xgetCountExtentArray()Gets (as xml) array of all "CountExtent" elementsCountExtentTypeValueArrayPropertyType. xgetCountExtentArray(int i)Gets (as xml) ith "CountExtent" elementMethods in net.opengis.gml with parameters of type CountExtentType Modifier and Type Method Description voidCountExtentDocument. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidRangeParametersType. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidValuePropertyType. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidValueArrayPropertyType. xsetCountExtentArray(int i, CountExtentType countExtent)Sets (as xml) ith "CountExtent" elementvoidValueArrayPropertyType. xsetCountExtentArray(CountExtentType[] countExtentArray)Sets (as xml) array of all "CountExtent" element -
Uses of CountExtentType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CountExtentType Modifier and Type Class Description classCountExtentTypeImplAn XML CountExtentType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CountExtentType Modifier and Type Method Description CountExtentTypeValueArrayPropertyTypeImpl. addNewCountExtent()Appends and returns a new empty value (as xml) as the last "CountExtent" elementCountExtentTypeValueArrayPropertyTypeImpl. insertNewCountExtent(int i)Inserts and returns a new empty value (as xml) as the ith "CountExtent" elementCountExtentTypeCountExtentDocumentImpl. xgetCountExtent()Gets (as xml) the "CountExtent" elementCountExtentTypeRangeParametersTypeImpl. xgetCountExtent()Gets (as xml) the "CountExtent" elementCountExtentTypeValuePropertyTypeImpl. xgetCountExtent()Gets (as xml) the "CountExtent" elementCountExtentType[]ValueArrayPropertyTypeImpl. xgetCountExtentArray()Gets (as xml) array of all "CountExtent" elementsCountExtentTypeValueArrayPropertyTypeImpl. xgetCountExtentArray(int i)Gets (as xml) ith "CountExtent" elementMethods in net.opengis.gml.impl with parameters of type CountExtentType Modifier and Type Method Description voidCountExtentDocumentImpl. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidRangeParametersTypeImpl. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidValuePropertyTypeImpl. xsetCountExtent(CountExtentType countExtent)Sets (as xml) the "CountExtent" elementvoidValueArrayPropertyTypeImpl. xsetCountExtentArray(int i, CountExtentType countExtent)Sets (as xml) ith "CountExtent" elementvoidValueArrayPropertyTypeImpl. xsetCountExtentArray(CountExtentType[] countExtentArray)Sets (as xml) array of all "CountExtent" element
-