Uses of Interface
net.opengis.gml311.CategoryPropertyType
-
Packages that use CategoryPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CategoryPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return CategoryPropertyType Modifier and Type Method Description CategoryPropertyType
Gml311Factory. createCategoryPropertyType()
Returns a new object of class 'Category Property Type'. -
Uses of CategoryPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CategoryPropertyType Modifier and Type Class Description class
CategoryPropertyTypeImpl
An implementation of the model object 'Category Property Type'.Methods in net.opengis.gml311.impl that return CategoryPropertyType Modifier and Type Method Description CategoryPropertyType
Gml311FactoryImpl. createCategoryPropertyType()
-
Uses of CategoryPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CategoryPropertyType Modifier and Type Method Description T
Gml311Switch. caseCategoryPropertyType(CategoryPropertyType object)
Returns the result of interpreting the object as an instance of 'Category Property Type'.boolean
Gml311Validator. validateCategoryPropertyType(CategoryPropertyType categoryPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-