Uses of Interface
net.opengis.gml311.PointArrayPropertyType
Packages that use PointArrayPropertyType
-
Uses of PointArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createPointArrayPropertyType()
Returns a new object of class 'Point Array Property Type'.DocumentRoot.getPointArrayProperty()
Returns the value of the 'Point Array Property' containment reference.DocumentRoot.getPointMembers()
Returns the value of the 'Point Members' containment reference.MultiPointType.getPointMembers()
Returns the value of the 'Point Members' containment reference.Methods in net.opengis.gml311 with parameters of type PointArrayPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPointArrayProperty
(PointArrayPropertyType value) Sets the value of the 'Point Array Property
' containment reference.void
DocumentRoot.setPointMembers
(PointArrayPropertyType value) Sets the value of the 'Point Members
' containment reference.void
MultiPointType.setPointMembers
(PointArrayPropertyType value) Sets the value of the 'Point Members
' containment reference. -
Uses of PointArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Point Array Property Type'.Fields in net.opengis.gml311.impl declared as PointArrayPropertyTypeModifier and TypeFieldDescriptionprotected PointArrayPropertyType
MultiPointTypeImpl.pointMembers
The cached value of the 'Point Members
' containment reference.Methods in net.opengis.gml311.impl that return PointArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPointArrayPropertyType()
DocumentRootImpl.getPointArrayProperty()
DocumentRootImpl.getPointMembers()
MultiPointTypeImpl.getPointMembers()
Methods in net.opengis.gml311.impl with parameters of type PointArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPointArrayProperty
(PointArrayPropertyType newPointArrayProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPointMembers
(PointArrayPropertyType newPointMembers, NotificationChain msgs) NotificationChain
MultiPointTypeImpl.basicSetPointMembers
(PointArrayPropertyType newPointMembers, NotificationChain msgs) void
DocumentRootImpl.setPointArrayProperty
(PointArrayPropertyType newPointArrayProperty) void
DocumentRootImpl.setPointMembers
(PointArrayPropertyType newPointMembers) void
MultiPointTypeImpl.setPointMembers
(PointArrayPropertyType newPointMembers) -
Uses of PointArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.casePointArrayPropertyType
(PointArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Point Array Property Type'.boolean
Gml311Validator.validatePointArrayPropertyType
(PointArrayPropertyType pointArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)