Uses of Interface
net.opengis.gml311.PointPropertyType
Packages that use PointPropertyType
-
Uses of PointPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createPointPropertyType()
Returns a new object of class 'Point Property Type'.DocumentRoot.getCenterOf()
Returns the value of the 'Center Of' containment reference.RectifiedGridType.getOrigin()
Returns the value of the 'Origin' containment reference.DocumentRoot.getPointMember()
Returns the value of the 'Point Member' containment reference.ArcByCenterPointType.getPointProperty()
Returns the value of the 'Point Property' containment reference.DocumentRoot.getPointProperty()
Returns the value of the 'Point Property' containment reference.NodeType.getPointProperty()
Returns the value of the 'Point Property' containment reference.ArcByCenterPointType.getPointRep()
Returns the value of the 'Point Rep' containment reference.DocumentRoot.getPointRep()
Returns the value of the 'Point Rep' containment reference.DocumentRoot.getPosition()
Returns the value of the 'Position' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PointPropertyTypeModifier and TypeMethodDescriptionEList<PointPropertyType>
MultiPointType.getPointMember()
Returns the value of the 'Point Member' containment reference list.EList<PointPropertyType>
ArcStringByBulgeType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ArcStringType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
BSplineType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ControlPointType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
CubicSplineType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
GeodesicStringType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LinearRingType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LineStringSegmentType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
LineStringType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
RowType.getPointProperty()
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
ArcStringByBulgeType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
ArcStringType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
BSplineType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
CubicSplineType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LinearRingType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LineStringSegmentType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.EList<PointPropertyType>
LineStringType.getPointRep()
Returns the value of the 'Point Rep' containment reference list.Methods in net.opengis.gml311 with parameters of type PointPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCenterOf
(PointPropertyType value) Sets the value of the 'Center Of
' containment reference.void
RectifiedGridType.setOrigin
(PointPropertyType value) Sets the value of the 'Origin
' containment reference.void
DocumentRoot.setPointMember
(PointPropertyType value) Sets the value of the 'Point Member
' containment reference.void
ArcByCenterPointType.setPointProperty
(PointPropertyType value) Sets the value of the 'Point Property
' containment reference.void
DocumentRoot.setPointProperty
(PointPropertyType value) Sets the value of the 'Point Property
' containment reference.void
NodeType.setPointProperty
(PointPropertyType value) Sets the value of the 'Point Property
' containment reference.void
ArcByCenterPointType.setPointRep
(PointPropertyType value) Sets the value of the 'Point Rep
' containment reference.void
DocumentRoot.setPointRep
(PointPropertyType value) Sets the value of the 'Point Rep
' containment reference.void
DocumentRoot.setPosition
(PointPropertyType value) Sets the value of the 'Position
' containment reference. -
Uses of PointPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Point Property Type'.Fields in net.opengis.gml311.impl declared as PointPropertyTypeModifier and TypeFieldDescriptionprotected PointPropertyType
RectifiedGridTypeImpl.origin
The cached value of the 'Origin
' containment reference.protected PointPropertyType
ArcByCenterPointTypeImpl.pointProperty
The cached value of the 'Point Property
' containment reference.protected PointPropertyType
NodeTypeImpl.pointProperty
The cached value of the 'Point Property
' containment reference.protected PointPropertyType
ArcByCenterPointTypeImpl.pointRep
The cached value of the 'Point Rep
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PointPropertyTypeModifier and TypeFieldDescriptionprotected EList<PointPropertyType>
MultiPointTypeImpl.pointMember
The cached value of the 'Point Member
' containment reference list.Methods in net.opengis.gml311.impl that return PointPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPointPropertyType()
DocumentRootImpl.getCenterOf()
RectifiedGridTypeImpl.getOrigin()
DocumentRootImpl.getPointMember()
ArcByCenterPointTypeImpl.getPointProperty()
DocumentRootImpl.getPointProperty()
NodeTypeImpl.getPointProperty()
ArcByCenterPointTypeImpl.getPointRep()
DocumentRootImpl.getPointRep()
DocumentRootImpl.getPosition()
Methods in net.opengis.gml311.impl that return types with arguments of type PointPropertyTypeModifier and TypeMethodDescriptionEList<PointPropertyType>
MultiPointTypeImpl.getPointMember()
EList<PointPropertyType>
ArcStringByBulgeTypeImpl.getPointProperty()
EList<PointPropertyType>
ArcStringTypeImpl.getPointProperty()
EList<PointPropertyType>
BSplineTypeImpl.getPointProperty()
EList<PointPropertyType>
ControlPointTypeImpl.getPointProperty()
EList<PointPropertyType>
CubicSplineTypeImpl.getPointProperty()
EList<PointPropertyType>
GeodesicStringTypeImpl.getPointProperty()
EList<PointPropertyType>
LinearRingTypeImpl.getPointProperty()
EList<PointPropertyType>
LineStringSegmentTypeImpl.getPointProperty()
EList<PointPropertyType>
LineStringTypeImpl.getPointProperty()
EList<PointPropertyType>
RowTypeImpl.getPointProperty()
EList<PointPropertyType>
ArcStringByBulgeTypeImpl.getPointRep()
EList<PointPropertyType>
ArcStringTypeImpl.getPointRep()
EList<PointPropertyType>
BSplineTypeImpl.getPointRep()
EList<PointPropertyType>
CubicSplineTypeImpl.getPointRep()
EList<PointPropertyType>
LinearRingTypeImpl.getPointRep()
EList<PointPropertyType>
LineStringSegmentTypeImpl.getPointRep()
EList<PointPropertyType>
LineStringTypeImpl.getPointRep()
Methods in net.opengis.gml311.impl with parameters of type PointPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCenterOf
(PointPropertyType newCenterOf, NotificationChain msgs) NotificationChain
RectifiedGridTypeImpl.basicSetOrigin
(PointPropertyType newOrigin, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPointMember
(PointPropertyType newPointMember, NotificationChain msgs) NotificationChain
ArcByCenterPointTypeImpl.basicSetPointProperty
(PointPropertyType newPointProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPointProperty
(PointPropertyType newPointProperty, NotificationChain msgs) NotificationChain
NodeTypeImpl.basicSetPointProperty
(PointPropertyType newPointProperty, NotificationChain msgs) NotificationChain
ArcByCenterPointTypeImpl.basicSetPointRep
(PointPropertyType newPointRep, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPointRep
(PointPropertyType newPointRep, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPosition
(PointPropertyType newPosition, NotificationChain msgs) void
DocumentRootImpl.setCenterOf
(PointPropertyType newCenterOf) void
RectifiedGridTypeImpl.setOrigin
(PointPropertyType newOrigin) void
DocumentRootImpl.setPointMember
(PointPropertyType newPointMember) void
ArcByCenterPointTypeImpl.setPointProperty
(PointPropertyType newPointProperty) void
DocumentRootImpl.setPointProperty
(PointPropertyType newPointProperty) void
NodeTypeImpl.setPointProperty
(PointPropertyType newPointProperty) void
ArcByCenterPointTypeImpl.setPointRep
(PointPropertyType newPointRep) void
DocumentRootImpl.setPointRep
(PointPropertyType newPointRep) void
DocumentRootImpl.setPosition
(PointPropertyType newPosition) -
Uses of PointPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointPropertyTypeModifier and TypeMethodDescriptionGml311Switch.casePointPropertyType
(PointPropertyType object) Returns the result of interpreting the object as an instance of 'Point Property Type'.boolean
Gml311Validator.validatePointPropertyType
(PointPropertyType pointPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)