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