Uses of Interface
net.opengis.gml311.PolygonPropertyType
Packages that use PolygonPropertyType
-
Uses of PolygonPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createPolygonPropertyType()
Returns a new object of class 'Polygon Property Type'.DocumentRoot.getPolygonMember()
Returns the value of the 'Polygon Member' containment reference.DocumentRoot.getPolygonProperty()
Returns the value of the 'Polygon Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonPropertyTypeModifier and TypeMethodDescriptionEList<PolygonPropertyType>
MultiPolygonType.getPolygonMember()
Returns the value of the 'Polygon Member' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPolygonMember
(PolygonPropertyType value) Sets the value of the 'Polygon Member
' containment reference.void
DocumentRoot.setPolygonProperty
(PolygonPropertyType value) Sets the value of the 'Polygon Property
' containment reference. -
Uses of PolygonPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolygonPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Polygon Property Type'.Fields in net.opengis.gml311.impl with type parameters of type PolygonPropertyTypeModifier and TypeFieldDescriptionprotected EList<PolygonPropertyType>
MultiPolygonTypeImpl.polygonMember
The cached value of the 'Polygon Member
' containment reference list.Methods in net.opengis.gml311.impl that return PolygonPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPolygonPropertyType()
DocumentRootImpl.getPolygonMember()
DocumentRootImpl.getPolygonProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type PolygonPropertyTypeModifier and TypeMethodDescriptionEList<PolygonPropertyType>
MultiPolygonTypeImpl.getPolygonMember()
Methods in net.opengis.gml311.impl with parameters of type PolygonPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPolygonMember
(PolygonPropertyType newPolygonMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPolygonProperty
(PolygonPropertyType newPolygonProperty, NotificationChain msgs) void
DocumentRootImpl.setPolygonMember
(PolygonPropertyType newPolygonMember) void
DocumentRootImpl.setPolygonProperty
(PolygonPropertyType newPolygonProperty) -
Uses of PolygonPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolygonPropertyTypeModifier and TypeMethodDescriptionGml311Switch.casePolygonPropertyType
(PolygonPropertyType object) Returns the result of interpreting the object as an instance of 'Polygon Property Type'.boolean
Gml311Validator.validatePolygonPropertyType
(PolygonPropertyType polygonPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)