Uses of Interface
net.opengis.gml311.CategoryExtentType
-
Packages that use CategoryExtentType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CategoryExtentType in net.opengis.gml311
Methods in net.opengis.gml311 that return CategoryExtentType Modifier and Type Method Description CategoryExtentType
Gml311Factory. createCategoryExtentType()
Returns a new object of class 'Category Extent Type'.CategoryExtentType
DocumentRoot. getCategoryExtent()
Returns the value of the 'Category Extent' containment reference.CategoryExtentType
RangeParametersType. getCategoryExtent()
Returns the value of the 'Category Extent' containment reference.CategoryExtentType
ValuePropertyType. getCategoryExtent()
Returns the value of the 'Category Extent' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CategoryExtentType Modifier and Type Method Description EList<CategoryExtentType>
ValueArrayPropertyType. getCategoryExtent()
Returns the value of the 'Category Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type CategoryExtentType Modifier and Type Method Description void
DocumentRoot. setCategoryExtent(CategoryExtentType value)
Sets the value of the 'Category Extent
' containment reference.void
RangeParametersType. setCategoryExtent(CategoryExtentType value)
Sets the value of the 'Category Extent
' containment reference.void
ValuePropertyType. setCategoryExtent(CategoryExtentType value)
Sets the value of the 'Category Extent
' containment reference. -
Uses of CategoryExtentType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CategoryExtentType Modifier and Type Class Description class
CategoryExtentTypeImpl
An implementation of the model object 'Category Extent Type'.Fields in net.opengis.gml311.impl declared as CategoryExtentType Modifier and Type Field Description protected CategoryExtentType
RangeParametersTypeImpl. categoryExtent
The cached value of the 'Category Extent
' containment reference.protected CategoryExtentType
ValuePropertyTypeImpl. categoryExtent
The cached value of the 'Category Extent
' containment reference.Methods in net.opengis.gml311.impl that return CategoryExtentType Modifier and Type Method Description CategoryExtentType
Gml311FactoryImpl. createCategoryExtentType()
CategoryExtentType
DocumentRootImpl. getCategoryExtent()
CategoryExtentType
RangeParametersTypeImpl. getCategoryExtent()
CategoryExtentType
ValuePropertyTypeImpl. getCategoryExtent()
Methods in net.opengis.gml311.impl that return types with arguments of type CategoryExtentType Modifier and Type Method Description EList<CategoryExtentType>
ValueArrayPropertyTypeImpl. getCategoryExtent()
Methods in net.opengis.gml311.impl with parameters of type CategoryExtentType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCategoryExtent(CategoryExtentType newCategoryExtent, NotificationChain msgs)
NotificationChain
RangeParametersTypeImpl. basicSetCategoryExtent(CategoryExtentType newCategoryExtent, NotificationChain msgs)
NotificationChain
ValuePropertyTypeImpl. basicSetCategoryExtent(CategoryExtentType newCategoryExtent, NotificationChain msgs)
void
DocumentRootImpl. setCategoryExtent(CategoryExtentType newCategoryExtent)
void
RangeParametersTypeImpl. setCategoryExtent(CategoryExtentType newCategoryExtent)
void
ValuePropertyTypeImpl. setCategoryExtent(CategoryExtentType newCategoryExtent)
-
Uses of CategoryExtentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CategoryExtentType Modifier and Type Method Description T
Gml311Switch. caseCategoryExtentType(CategoryExtentType object)
Returns the result of interpreting the object as an instance of 'Category Extent Type'.boolean
Gml311Validator. validateCategoryExtentType(CategoryExtentType categoryExtentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-