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 RingPropertyTypeGml311Factory. 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 classRingPropertyTypeImplAn implementation of the model object 'Ring Property Type'.Methods in net.opengis.gml311.impl that return RingPropertyType Modifier and Type Method Description RingPropertyTypeGml311FactoryImpl. 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 TGml311Switch. caseRingPropertyType(RingPropertyType object)Returns the result of interpreting the object as an instance of 'Ring Property Type'.booleanGml311Validator. validateRingPropertyType(RingPropertyType ringPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-