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 CountPropertyTypeGml311Factory. 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 classCountPropertyTypeImplAn implementation of the model object 'Count Property Type'.Methods in net.opengis.gml311.impl that return CountPropertyType Modifier and Type Method Description CountPropertyTypeGml311FactoryImpl. 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 TGml311Switch. caseCountPropertyType(CountPropertyType object)Returns the result of interpreting the object as an instance of 'Count Property Type'.booleanGml311Validator. validateCountPropertyType(CountPropertyType countPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-