Uses of Interface
net.opengis.gml.DirectPositionType
-
Packages that use DirectPositionType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of DirectPositionType in net.opengis.gml
Subinterfaces of DirectPositionType in net.opengis.gml Modifier and Type Interface Description interface
VectorType
A representation of the model object 'Vector Type'.Methods in net.opengis.gml that return DirectPositionType Modifier and Type Method Description DirectPositionType
GmlFactory. createDirectPositionType()
Returns a new object of class 'Direct Position Type'.DirectPositionType
DocumentRoot. getPos()
Returns the value of the 'Pos' containment reference.DirectPositionType
PointType. getPos()
Returns the value of the 'Pos' containment reference.Methods in net.opengis.gml with parameters of type DirectPositionType Modifier and Type Method Description 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. -
Uses of DirectPositionType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DirectPositionType Modifier and Type Class Description class
DirectPositionTypeImpl
An implementation of the model object 'Direct Position Type'.class
VectorTypeImpl
An implementation of the model object 'Vector Type'.Fields in net.opengis.gml.impl declared as DirectPositionType Modifier and Type Field Description protected DirectPositionType
PointTypeImpl. pos
The cached value of the 'Pos
' containment reference.Methods in net.opengis.gml.impl that return DirectPositionType Modifier and Type Method Description DirectPositionType
GmlFactoryImpl. createDirectPositionType()
DirectPositionType
DocumentRootImpl. getPos()
DirectPositionType
PointTypeImpl. getPos()
Methods in net.opengis.gml.impl with parameters of type DirectPositionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPos(DirectPositionType newPos, NotificationChain msgs)
NotificationChain
PointTypeImpl. basicSetPos(DirectPositionType newPos, NotificationChain msgs)
void
DocumentRootImpl. setPos(DirectPositionType newPos)
void
PointTypeImpl. setPos(DirectPositionType newPos)
-
Uses of DirectPositionType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type DirectPositionType Modifier and Type Method Description Object
GmlSwitch. caseDirectPositionType(DirectPositionType object)
Returns the result of interpreting the object as an instance of 'Direct Position Type'.boolean
GmlValidator. validateDirectPositionType(DirectPositionType directPositionType, DiagnosticChain diagnostics, Map context)
-
Uses of DirectPositionType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type DirectPositionType Modifier and Type Method Description boolean
DocumentRootValidator. validatePos(DirectPositionType value)
boolean
PointTypeValidator. validatePos(DirectPositionType value)
-