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