Uses of Interface
net.opengis.gml311.DirectPositionType
Packages that use DirectPositionType
-
Uses of DirectPositionType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectPositionTypeModifier and TypeMethodDescriptionGml311Factory.createDirectPositionType()
Returns a new object of class 'Direct Position Type'.AffinePlacementType.getLocation()
Returns the value of the 'Location' containment reference.EnvelopeType.getLowerCorner()
Returns the value of the 'Lower Corner' containment reference.ArcByCenterPointType.getPos()
Returns the value of the 'Pos' containment reference.DocumentRoot.getPos()
Returns the value of the 'Pos' containment reference.PointType.getPos()
Returns the value of the 'Pos' containment reference.EnvelopeType.getUpperCorner()
Returns the value of the 'Upper Corner' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectPositionTypeModifier and TypeMethodDescriptionEList<DirectPositionType>
ArcStringByBulgeType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
ArcStringType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
BSplineType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
ControlPointType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
CubicSplineType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
EnvelopeType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
GeodesicStringType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
LinearRingType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
LineStringSegmentType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
LineStringType.getPos()
Returns the value of the 'Pos' containment reference list.EList<DirectPositionType>
RowType.getPos()
Returns the value of the 'Pos' containment reference list.Methods in net.opengis.gml311 with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionvoid
AffinePlacementType.setLocation
(DirectPositionType value) Sets the value of the 'Location
' containment reference.void
EnvelopeType.setLowerCorner
(DirectPositionType value) Sets the value of the 'Lower Corner
' containment reference.void
ArcByCenterPointType.setPos
(DirectPositionType value) Sets the value of the 'Pos
' containment reference.void
DocumentRoot.setPos
(DirectPositionType value) Sets the value of the 'Pos
' containment reference.void
PointType.setPos
(DirectPositionType value) Sets the value of the 'Pos
' containment reference.void
EnvelopeType.setUpperCorner
(DirectPositionType value) Sets the value of the 'Upper Corner
' containment reference. -
Uses of DirectPositionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectPositionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Direct Position Type'.Fields in net.opengis.gml311.impl declared as DirectPositionTypeModifier and TypeFieldDescriptionprotected DirectPositionType
AffinePlacementTypeImpl.location
The cached value of the 'Location
' containment reference.protected DirectPositionType
EnvelopeTypeImpl.lowerCorner
The cached value of the 'Lower Corner
' containment reference.protected DirectPositionType
ArcByCenterPointTypeImpl.pos
The cached value of the 'Pos
' containment reference.protected DirectPositionType
PointTypeImpl.pos
The cached value of the 'Pos
' containment reference.protected DirectPositionType
EnvelopeTypeImpl.upperCorner
The cached value of the 'Upper Corner
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type DirectPositionTypeModifier and TypeFieldDescriptionprotected EList<DirectPositionType>
EnvelopeTypeImpl.pos
The cached value of the 'Pos
' containment reference list.Methods in net.opengis.gml311.impl that return DirectPositionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectPositionType()
AffinePlacementTypeImpl.getLocation()
EnvelopeTypeImpl.getLowerCorner()
ArcByCenterPointTypeImpl.getPos()
DocumentRootImpl.getPos()
PointTypeImpl.getPos()
EnvelopeTypeImpl.getUpperCorner()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectPositionTypeModifier and TypeMethodDescriptionEList<DirectPositionType>
ArcStringByBulgeTypeImpl.getPos()
EList<DirectPositionType>
ArcStringTypeImpl.getPos()
EList<DirectPositionType>
BSplineTypeImpl.getPos()
EList<DirectPositionType>
ControlPointTypeImpl.getPos()
EList<DirectPositionType>
CubicSplineTypeImpl.getPos()
EList<DirectPositionType>
EnvelopeTypeImpl.getPos()
EList<DirectPositionType>
GeodesicStringTypeImpl.getPos()
EList<DirectPositionType>
LinearRingTypeImpl.getPos()
EList<DirectPositionType>
LineStringSegmentTypeImpl.getPos()
EList<DirectPositionType>
LineStringTypeImpl.getPos()
EList<DirectPositionType>
RowTypeImpl.getPos()
Methods in net.opengis.gml311.impl with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionNotificationChain
AffinePlacementTypeImpl.basicSetLocation
(DirectPositionType newLocation, NotificationChain msgs) NotificationChain
EnvelopeTypeImpl.basicSetLowerCorner
(DirectPositionType newLowerCorner, NotificationChain msgs) NotificationChain
ArcByCenterPointTypeImpl.basicSetPos
(DirectPositionType newPos, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetPos
(DirectPositionType newPos, NotificationChain msgs) NotificationChain
PointTypeImpl.basicSetPos
(DirectPositionType newPos, NotificationChain msgs) NotificationChain
EnvelopeTypeImpl.basicSetUpperCorner
(DirectPositionType newUpperCorner, NotificationChain msgs) void
AffinePlacementTypeImpl.setLocation
(DirectPositionType newLocation) void
EnvelopeTypeImpl.setLowerCorner
(DirectPositionType newLowerCorner) void
ArcByCenterPointTypeImpl.setPos
(DirectPositionType newPos) void
DocumentRootImpl.setPos
(DirectPositionType newPos) void
PointTypeImpl.setPos
(DirectPositionType newPos) void
EnvelopeTypeImpl.setUpperCorner
(DirectPositionType newUpperCorner) -
Uses of DirectPositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionGml311Switch.caseDirectPositionType
(DirectPositionType object) Returns the result of interpreting the object as an instance of 'Direct Position Type'.boolean
Gml311Validator.validateDirectPositionType
(DirectPositionType directPositionType, DiagnosticChain diagnostics, Map<Object, Object> context)