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 PolygonPropertyTypeGml311Factory. createPolygonPropertyType()Returns a new object of class 'Polygon Property Type'.PolygonPropertyTypeDocumentRoot. getPolygonMember()Returns the value of the 'Polygon Member' containment reference.PolygonPropertyTypeDocumentRoot. 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 voidDocumentRoot. setPolygonMember(PolygonPropertyType value)Sets the value of the 'Polygon Member' containment reference.voidDocumentRoot. 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 classPolygonPropertyTypeImplAn 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. polygonMemberThe cached value of the 'Polygon Member' containment reference list.Methods in net.opengis.gml311.impl that return PolygonPropertyType Modifier and Type Method Description PolygonPropertyTypeGml311FactoryImpl. createPolygonPropertyType()PolygonPropertyTypeDocumentRootImpl. getPolygonMember()PolygonPropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetPolygonMember(PolygonPropertyType newPolygonMember, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetPolygonProperty(PolygonPropertyType newPolygonProperty, NotificationChain msgs)voidDocumentRootImpl. setPolygonMember(PolygonPropertyType newPolygonMember)voidDocumentRootImpl. 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 TGml311Switch. casePolygonPropertyType(PolygonPropertyType object)Returns the result of interpreting the object as an instance of 'Polygon Property Type'.booleanGml311Validator. validatePolygonPropertyType(PolygonPropertyType polygonPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-