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 TypeMethodDescriptionvoidDocumentRoot.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 PolygonPropertyTypeModifier and TypeClassDescriptionclassAn 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.polygonMemberThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.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 PolygonPropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)