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 PolygonType
GmlFactory. createPolygonType()
Returns a new object of class 'Polygon Type'.PolygonType
DocumentRoot. getPolygon()
Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml with parameters of type PolygonType Modifier and Type Method Description void
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 PolygonType Modifier and Type Class Description class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return PolygonType Modifier and Type Method Description PolygonType
GmlFactoryImpl. createPolygonType()
PolygonType
DocumentRootImpl. getPolygon()
Methods in net.opengis.gml.impl with parameters of type PolygonType Modifier and Type Method Description NotificationChain
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 PolygonType Modifier and Type Method Description Object
GmlSwitch. 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 PolygonType Modifier and Type Method Description boolean
DocumentRootValidator. validatePolygon(PolygonType value)
-