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