Uses of Interface
net.opengis.gml.CategoryExtentType
-
Packages that use CategoryExtentType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CategoryExtentType in net.opengis.gml
Methods in net.opengis.gml that return CategoryExtentType Modifier and Type Method Description CategoryExtentTypeCategoryExtentDocument. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeRangeParametersType. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeValueArrayPropertyType. addNewCategoryExtent()Appends and returns a new empty value (as xml) as the last "CategoryExtent" elementCategoryExtentTypeValuePropertyType. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeCategoryExtentDocument. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentTypeRangeParametersType. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentTypeValuePropertyType. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentType[]ValueArrayPropertyType. getCategoryExtentArray()Gets array of all "CategoryExtent" elementsCategoryExtentTypeValueArrayPropertyType. getCategoryExtentArray(int i)Gets ith "CategoryExtent" elementCategoryExtentTypeValueArrayPropertyType. insertNewCategoryExtent(int i)Inserts and returns a new empty value (as xml) as the ith "CategoryExtent" elementstatic CategoryExtentTypeCategoryExtentType.Factory. newInstance()static CategoryExtentTypeCategoryExtentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(File file)static CategoryExtentTypeCategoryExtentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(InputStream is)static CategoryExtentTypeCategoryExtentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(Reader r)static CategoryExtentTypeCategoryExtentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(String xmlAsString)static CategoryExtentTypeCategoryExtentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(URL u)static CategoryExtentTypeCategoryExtentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(XMLStreamReader sr)static CategoryExtentTypeCategoryExtentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CategoryExtentTypeCategoryExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CategoryExtentTypeCategoryExtentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CategoryExtentTypeCategoryExtentType.Factory. parse(Node node)static CategoryExtentTypeCategoryExtentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CategoryExtentType Modifier and Type Method Description voidCategoryExtentDocument. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidRangeParametersType. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidValuePropertyType. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidValueArrayPropertyType. setCategoryExtentArray(int i, CategoryExtentType categoryExtent)Sets ith "CategoryExtent" elementvoidValueArrayPropertyType. setCategoryExtentArray(CategoryExtentType[] categoryExtentArray)Sets array of all "CategoryExtent" element -
Uses of CategoryExtentType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CategoryExtentType Modifier and Type Class Description classCategoryExtentTypeImplAn XML CategoryExtentType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CategoryExtentType Modifier and Type Method Description CategoryExtentTypeCategoryExtentDocumentImpl. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeRangeParametersTypeImpl. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeValueArrayPropertyTypeImpl. addNewCategoryExtent()Appends and returns a new empty value (as xml) as the last "CategoryExtent" elementCategoryExtentTypeValuePropertyTypeImpl. addNewCategoryExtent()Appends and returns a new empty "CategoryExtent" elementCategoryExtentTypeCategoryExtentDocumentImpl. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentTypeRangeParametersTypeImpl. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentTypeValuePropertyTypeImpl. getCategoryExtent()Gets the "CategoryExtent" elementCategoryExtentType[]ValueArrayPropertyTypeImpl. getCategoryExtentArray()Gets array of all "CategoryExtent" elementsCategoryExtentTypeValueArrayPropertyTypeImpl. getCategoryExtentArray(int i)Gets ith "CategoryExtent" elementCategoryExtentTypeValueArrayPropertyTypeImpl. insertNewCategoryExtent(int i)Inserts and returns a new empty value (as xml) as the ith "CategoryExtent" elementMethods in net.opengis.gml.impl with parameters of type CategoryExtentType Modifier and Type Method Description voidCategoryExtentDocumentImpl. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidRangeParametersTypeImpl. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidValuePropertyTypeImpl. setCategoryExtent(CategoryExtentType categoryExtent)Sets the "CategoryExtent" elementvoidValueArrayPropertyTypeImpl. setCategoryExtentArray(int i, CategoryExtentType categoryExtent)Sets ith "CategoryExtent" elementvoidValueArrayPropertyTypeImpl. setCategoryExtentArray(CategoryExtentType[] categoryExtentArray)Sets array of all "CategoryExtent" element
-