Uses of Interface
net.opengis.gml311.MultiPolygonType
Packages that use MultiPolygonType
-
Uses of MultiPolygonType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiPolygonTypeModifier and TypeMethodDescriptionGml311Factory.createMultiPolygonType()
Returns a new object of class 'Multi Polygon Type'.DocumentRoot.getMultiPolygon()
Returns the value of the 'Multi Polygon' containment reference.MultiPolygonPropertyType.getMultiPolygon()
Returns the value of the 'Multi Polygon' containment reference.Methods in net.opengis.gml311 with parameters of type MultiPolygonTypeModifier and TypeMethodDescriptionvoid
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 MultiPolygonTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Polygon Type'.Fields in net.opengis.gml311.impl declared as MultiPolygonTypeModifier and TypeFieldDescriptionprotected MultiPolygonType
MultiPolygonPropertyTypeImpl.multiPolygon
The cached value of the 'Multi Polygon
' containment reference.Methods in net.opengis.gml311.impl that return MultiPolygonTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiPolygonType()
DocumentRootImpl.getMultiPolygon()
MultiPolygonPropertyTypeImpl.getMultiPolygon()
Methods in net.opengis.gml311.impl with parameters of type MultiPolygonTypeModifier and TypeMethodDescriptionNotificationChain
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 MultiPolygonTypeModifier and TypeMethodDescriptionGml311Switch.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)