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