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