Uses of Interface
net.opengis.swe.x20.CategoryRangeType
-
Packages that use CategoryRangeType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of CategoryRangeType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return CategoryRangeType Modifier and Type Method Description CategoryRangeTypeAnyRangePropertyType. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeCategoryRangeDocument. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeCategoryRangePropertyType. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeAnyRangePropertyType. getCategoryRange()Gets the "CategoryRange" elementCategoryRangeTypeCategoryRangeDocument. getCategoryRange()Gets the "CategoryRange" elementCategoryRangeTypeCategoryRangePropertyType. getCategoryRange()Gets the "CategoryRange" elementstatic CategoryRangeTypeCategoryRangeType.Factory. newInstance()static CategoryRangeTypeCategoryRangeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(File file)static CategoryRangeTypeCategoryRangeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(InputStream is)static CategoryRangeTypeCategoryRangeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(Reader r)static CategoryRangeTypeCategoryRangeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(String xmlAsString)static CategoryRangeTypeCategoryRangeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(URL u)static CategoryRangeTypeCategoryRangeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(XMLStreamReader sr)static CategoryRangeTypeCategoryRangeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CategoryRangeTypeCategoryRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CategoryRangeTypeCategoryRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CategoryRangeTypeCategoryRangeType.Factory. parse(Node node)static CategoryRangeTypeCategoryRangeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type CategoryRangeType Modifier and Type Method Description voidAnyRangePropertyType. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" elementvoidCategoryRangeDocument. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" elementvoidCategoryRangePropertyType. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" element -
Uses of CategoryRangeType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement CategoryRangeType Modifier and Type Class Description classCategoryRangeTypeImplAn XML CategoryRangeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return CategoryRangeType Modifier and Type Method Description CategoryRangeTypeAnyRangePropertyTypeImpl. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeCategoryRangeDocumentImpl. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeCategoryRangePropertyTypeImpl. addNewCategoryRange()Appends and returns a new empty "CategoryRange" elementCategoryRangeTypeAnyRangePropertyTypeImpl. getCategoryRange()Gets the "CategoryRange" elementCategoryRangeTypeCategoryRangeDocumentImpl. getCategoryRange()Gets the "CategoryRange" elementCategoryRangeTypeCategoryRangePropertyTypeImpl. getCategoryRange()Gets the "CategoryRange" elementMethods in net.opengis.swe.x20.impl with parameters of type CategoryRangeType Modifier and Type Method Description voidAnyRangePropertyTypeImpl. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" elementvoidCategoryRangeDocumentImpl. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" elementvoidCategoryRangePropertyTypeImpl. setCategoryRange(CategoryRangeType categoryRange)Sets the "CategoryRange" element
-