Uses of Interface
net.opengis.gml.PolygonType
Packages that use PolygonType
Package
Description
-
Uses of PolygonType in net.opengis.gml
Methods in net.opengis.gml that return PolygonTypeModifier and TypeMethodDescriptionGmlFactory.createPolygonType()
Returns a new object of class 'Polygon Type'.DocumentRoot.getPolygon()
Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml with parameters of type PolygonTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPolygon
(PolygonType value) Sets the value of the 'Polygon
' containment reference. -
Uses of PolygonType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PolygonTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return PolygonTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createPolygonType()
DocumentRootImpl.getPolygon()
Methods in net.opengis.gml.impl with parameters of type PolygonTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPolygon
(PolygonType newPolygon, NotificationChain msgs) void
DocumentRootImpl.setPolygon
(PolygonType newPolygon) -
Uses of PolygonType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type PolygonTypeModifier and TypeMethodDescriptionGmlSwitch.casePolygonType
(PolygonType object) Returns the result of interpreting the object as an instance of 'Polygon Type'.boolean
GmlValidator.validatePolygonType
(PolygonType polygonType, DiagnosticChain diagnostics, Map context) -
Uses of PolygonType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type PolygonTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validatePolygon
(PolygonType value)