Uses of Interface
net.opengis.gml.DirectPositionType
Packages that use DirectPositionType
Package
Description
-
Uses of DirectPositionType in net.opengis.gml
Subinterfaces of DirectPositionType in net.opengis.gmlModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Vector Type'.Methods in net.opengis.gml that return DirectPositionTypeModifier and TypeMethodDescriptionGmlFactory.createDirectPositionType()
Returns a new object of class 'Direct Position Type'.DocumentRoot.getPos()
Returns the value of the 'Pos' containment reference.PointType.getPos()
Returns the value of the 'Pos' containment reference.Methods in net.opengis.gml with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionvoid
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 DirectPositionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Direct Position Type'.class
An implementation of the model object 'Vector Type'.Fields in net.opengis.gml.impl declared as DirectPositionTypeModifier and TypeFieldDescriptionprotected DirectPositionType
PointTypeImpl.pos
The cached value of the 'Pos
' containment reference.Methods in net.opengis.gml.impl that return DirectPositionTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createDirectPositionType()
DocumentRootImpl.getPos()
PointTypeImpl.getPos()
Methods in net.opengis.gml.impl with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionNotificationChain
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 DirectPositionTypeModifier and TypeMethodDescriptionGmlSwitch.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 DirectPositionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validatePos
(DirectPositionType value) boolean
PointTypeValidator.validatePos
(DirectPositionType value)