Uses of Interface
net.opengis.gml311.DirectPositionType
-
Packages that use DirectPositionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectPositionType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectPositionType Modifier and Type Method Description DirectPositionType
Gml311Factory. createDirectPositionType()
Returns a new object of class 'Direct Position Type'.DirectPositionType
AffinePlacementType. getLocation()
Returns the value of the 'Location' containment reference.DirectPositionType
EnvelopeType. getLowerCorner()
Returns the value of the 'Lower Corner' containment reference.DirectPositionType
ArcByCenterPointType. getPos()
Returns the value of the 'Pos' containment reference.DirectPositionType
DocumentRoot. getPos()
Returns the value of the 'Pos' containment reference.DirectPositionType
PointType. getPos()
Returns the value of the 'Pos' containment reference.DirectPositionType
EnvelopeType. getUpperCorner()
Returns the value of the 'Upper Corner' containment reference.Methods in net.opengis.gml311 that return types with arguments of type DirectPositionType Modifier and Type Method Description EList<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 DirectPositionType Modifier and Type Method Description void
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 DirectPositionType Modifier and Type Class Description class
DirectPositionTypeImpl
An implementation of the model object 'Direct Position Type'.Fields in net.opengis.gml311.impl declared as DirectPositionType Modifier and Type Field Description protected 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 DirectPositionType Modifier and Type Field Description protected EList<DirectPositionType>
EnvelopeTypeImpl. pos
The cached value of the 'Pos
' containment reference list.Methods in net.opengis.gml311.impl that return DirectPositionType Modifier and Type Method Description DirectPositionType
Gml311FactoryImpl. createDirectPositionType()
DirectPositionType
AffinePlacementTypeImpl. getLocation()
DirectPositionType
EnvelopeTypeImpl. getLowerCorner()
DirectPositionType
ArcByCenterPointTypeImpl. getPos()
DirectPositionType
DocumentRootImpl. getPos()
DirectPositionType
PointTypeImpl. getPos()
DirectPositionType
EnvelopeTypeImpl. getUpperCorner()
Methods in net.opengis.gml311.impl that return types with arguments of type DirectPositionType Modifier and Type Method Description EList<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 DirectPositionType Modifier and Type Method Description NotificationChain
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 DirectPositionType Modifier and Type Method Description T
Gml311Switch. 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)
-