Uses of Interface
net.opengis.gml.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of PolygonType in net.opengis.gml
Methods in net.opengis.gml that return PolygonType Modifier and Type Method Description PolygonTypeGmlFactory. createPolygonType()Returns a new object of class 'Polygon Type'.PolygonTypeDocumentRoot. getPolygon()Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml with parameters of type PolygonType Modifier and Type Method Description voidDocumentRoot. 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 PolygonType Modifier and Type Class Description classPolygonTypeImplAn implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return PolygonType Modifier and Type Method Description PolygonTypeGmlFactoryImpl. createPolygonType()PolygonTypeDocumentRootImpl. getPolygon()Methods in net.opengis.gml.impl with parameters of type PolygonType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 PolygonType Modifier and Type Method Description ObjectGmlSwitch. 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 PolygonType Modifier and Type Method Description booleanDocumentRootValidator. validatePolygon(PolygonType value)
-