Uses of Interface
net.opengis.gml311.PolygonType
Packages that use PolygonType
-
Uses of PolygonType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonTypeModifier and TypeMethodDescriptionGml311Factory.createPolygonType()
Returns a new object of class 'Polygon Type'.DocumentRoot.getBoundingPolygon()
Returns the value of the 'Bounding Polygon' containment reference.DocumentRoot.getPolygon()
Returns the value of the 'Polygon' containment reference.PolygonPropertyType.getPolygon()
Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonTypeModifier and TypeMethodDescriptionEList<PolygonType>
ExtentType.getBoundingPolygon()
Returns the value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonTypeModifier and TypeMethodDescriptionvoid
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 PolygonTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Polygon Type'.Fields in net.opengis.gml311.impl declared as PolygonTypeModifier and TypeFieldDescriptionprotected PolygonType
PolygonPropertyTypeImpl.polygon
The cached value of the 'Polygon
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PolygonTypeModifier and TypeFieldDescriptionprotected EList<PolygonType>
ExtentTypeImpl.boundingPolygon
The cached value of the 'Bounding Polygon
' containment reference list.Methods in net.opengis.gml311.impl that return PolygonTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPolygonType()
DocumentRootImpl.getBoundingPolygon()
DocumentRootImpl.getPolygon()
PolygonPropertyTypeImpl.getPolygon()
Methods in net.opengis.gml311.impl that return types with arguments of type PolygonTypeMethods in net.opengis.gml311.impl with parameters of type PolygonTypeModifier and TypeMethodDescriptionNotificationChain
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 PolygonTypeModifier and TypeMethodDescriptionGml311Switch.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)