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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetPolygon(PolygonType newPolygon, NotificationChain msgs) voidDocumentRootImpl.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'.booleanGmlValidator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validatePolygon(PolygonType value)