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 TypeMethodDescriptionvoidDocumentRoot.setPointArrayProperty(PointArrayPropertyType value) Sets the value of the 'Point Array Property' containment reference.voidDocumentRoot.setPointMembers(PointArrayPropertyType value) Sets the value of the 'Point Members' containment reference.voidMultiPointType.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 TypeClassDescriptionclassAn implementation of the model object 'Point Array Property Type'.Fields in net.opengis.gml311.impl declared as PointArrayPropertyTypeModifier and TypeFieldDescriptionprotected PointArrayPropertyTypeMultiPointTypeImpl.pointMembersThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetPointArrayProperty(PointArrayPropertyType newPointArrayProperty, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs) NotificationChainMultiPointTypeImpl.basicSetPointMembers(PointArrayPropertyType newPointMembers, NotificationChain msgs) voidDocumentRootImpl.setPointArrayProperty(PointArrayPropertyType newPointArrayProperty) voidDocumentRootImpl.setPointMembers(PointArrayPropertyType newPointMembers) voidMultiPointTypeImpl.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'.booleanGml311Validator.validatePointArrayPropertyType(PointArrayPropertyType pointArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)