Uses of Interface
net.opengis.gml311.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolygonType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonType Modifier and Type Method Description PolygonType
Gml311Factory. createPolygonType()
Returns a new object of class 'Polygon Type'.PolygonType
DocumentRoot. getBoundingPolygon()
Returns the value of the 'Bounding Polygon' containment reference.PolygonType
DocumentRoot. getPolygon()
Returns the value of the 'Polygon' containment reference.PolygonType
PolygonPropertyType. getPolygon()
Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonType Modifier and Type Method Description EList<PolygonType>
ExtentType. getBoundingPolygon()
Returns the value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonType Modifier and Type Method Description void
DocumentRoot. setBoundingPolygon(PolygonType value)
Sets the value of the 'Bounding Polygon
' containment reference.void
DocumentRoot. setPolygon(PolygonType value)
Sets the value of the 'Polygon
' containment reference.void
PolygonPropertyType. setPolygon(PolygonType value)
Sets the value of the 'Polygon
' containment reference. -
Uses of PolygonType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolygonType Modifier and Type Class Description class
PolygonTypeImpl
An implementation of the model object 'Polygon Type'.Fields in net.opengis.gml311.impl declared as PolygonType Modifier and Type Field Description protected PolygonType
PolygonPropertyTypeImpl. polygon
The cached value of the 'Polygon
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PolygonType Modifier and Type Field Description protected EList<PolygonType>
ExtentTypeImpl. boundingPolygon
The cached value of the 'Bounding Polygon
' containment reference list.Methods in net.opengis.gml311.impl that return PolygonType Modifier and Type Method Description PolygonType
Gml311FactoryImpl. createPolygonType()
PolygonType
DocumentRootImpl. getBoundingPolygon()
PolygonType
DocumentRootImpl. getPolygon()
PolygonType
PolygonPropertyTypeImpl. getPolygon()
Methods in net.opengis.gml311.impl that return types with arguments of type PolygonType Modifier and Type Method Description EList<PolygonType>
ExtentTypeImpl. getBoundingPolygon()
Methods in net.opengis.gml311.impl with parameters of type PolygonType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBoundingPolygon(PolygonType newBoundingPolygon, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPolygon(PolygonType newPolygon, NotificationChain msgs)
NotificationChain
PolygonPropertyTypeImpl. basicSetPolygon(PolygonType newPolygon, NotificationChain msgs)
void
DocumentRootImpl. setBoundingPolygon(PolygonType newBoundingPolygon)
void
DocumentRootImpl. setPolygon(PolygonType newPolygon)
void
PolygonPropertyTypeImpl. setPolygon(PolygonType newPolygon)
-
Uses of PolygonType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolygonType Modifier and Type Method Description T
Gml311Switch. casePolygonType(PolygonType object)
Returns the result of interpreting the object as an instance of 'Polygon Type'.boolean
Gml311Validator. validatePolygonType(PolygonType polygonType, DiagnosticChain diagnostics, Map<Object,Object> context)
-