Uses of Interface
net.opengis.gml311.PolygonPropertyType
-
Packages that use PolygonPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolygonPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonPropertyType Modifier and Type Method Description PolygonPropertyType
Gml311Factory. createPolygonPropertyType()
Returns a new object of class 'Polygon Property Type'.PolygonPropertyType
DocumentRoot. getPolygonMember()
Returns the value of the 'Polygon Member' containment reference.PolygonPropertyType
DocumentRoot. getPolygonProperty()
Returns the value of the 'Polygon Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonPropertyType Modifier and Type Method Description EList<PolygonPropertyType>
MultiPolygonType. getPolygonMember()
Returns the value of the 'Polygon Member' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonPropertyType Modifier and Type Method Description void
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 PolygonPropertyType Modifier and Type Class Description class
PolygonPropertyTypeImpl
An implementation of the model object 'Polygon Property Type'.Fields in net.opengis.gml311.impl with type parameters of type PolygonPropertyType Modifier and Type Field Description protected EList<PolygonPropertyType>
MultiPolygonTypeImpl. polygonMember
The cached value of the 'Polygon Member
' containment reference list.Methods in net.opengis.gml311.impl that return PolygonPropertyType Modifier and Type Method Description PolygonPropertyType
Gml311FactoryImpl. createPolygonPropertyType()
PolygonPropertyType
DocumentRootImpl. getPolygonMember()
PolygonPropertyType
DocumentRootImpl. getPolygonProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type PolygonPropertyType Modifier and Type Method Description EList<PolygonPropertyType>
MultiPolygonTypeImpl. getPolygonMember()
Methods in net.opengis.gml311.impl with parameters of type PolygonPropertyType Modifier and Type Method Description NotificationChain
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 PolygonPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-