Uses of Interface
net.opengis.gml311.MultiPolygonType
-
Packages that use MultiPolygonType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiPolygonType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPolygonType Modifier and Type Method Description MultiPolygonType
Gml311Factory. createMultiPolygonType()
Returns a new object of class 'Multi Polygon Type'.MultiPolygonType
DocumentRoot. getMultiPolygon()
Returns the value of the 'Multi Polygon' containment reference.MultiPolygonType
MultiPolygonPropertyType. getMultiPolygon()
Returns the value of the 'Multi Polygon' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPolygonType Modifier and Type Method Description void
DocumentRoot. setMultiPolygon(MultiPolygonType value)
Sets the value of the 'Multi Polygon
' containment reference.void
MultiPolygonPropertyType. setMultiPolygon(MultiPolygonType value)
Sets the value of the 'Multi Polygon
' containment reference. -
Uses of MultiPolygonType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiPolygonType Modifier and Type Class Description class
MultiPolygonTypeImpl
An implementation of the model object 'Multi Polygon Type'.Fields in net.opengis.gml311.impl declared as MultiPolygonType Modifier and Type Field Description protected MultiPolygonType
MultiPolygonPropertyTypeImpl. multiPolygon
The cached value of the 'Multi Polygon
' containment reference.Methods in net.opengis.gml311.impl that return MultiPolygonType Modifier and Type Method Description MultiPolygonType
Gml311FactoryImpl. createMultiPolygonType()
MultiPolygonType
DocumentRootImpl. getMultiPolygon()
MultiPolygonType
MultiPolygonPropertyTypeImpl. getMultiPolygon()
Methods in net.opengis.gml311.impl with parameters of type MultiPolygonType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMultiPolygon(MultiPolygonType newMultiPolygon, NotificationChain msgs)
NotificationChain
MultiPolygonPropertyTypeImpl. basicSetMultiPolygon(MultiPolygonType newMultiPolygon, NotificationChain msgs)
void
DocumentRootImpl. setMultiPolygon(MultiPolygonType newMultiPolygon)
void
MultiPolygonPropertyTypeImpl. setMultiPolygon(MultiPolygonType newMultiPolygon)
-
Uses of MultiPolygonType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiPolygonType Modifier and Type Method Description T
Gml311Switch. caseMultiPolygonType(MultiPolygonType object)
Returns the result of interpreting the object as an instance of 'Multi Polygon Type'.boolean
Gml311Validator. validateMultiPolygonType(MultiPolygonType multiPolygonType, DiagnosticChain diagnostics, Map<Object,Object> context)
-