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