Uses of Interface
net.opengis.gml.DirectPositionType
Packages that use DirectPositionType
Package
Description
- 
Uses of DirectPositionType in net.opengis.gmlSubinterfaces of DirectPositionType in net.opengis.gmlModifier and TypeInterfaceDescriptioninterfaceA 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 TypeMethodDescriptionvoidDocumentRoot.setPos(DirectPositionType value) Sets the value of the 'Pos' containment reference.voidPointType.setPos(DirectPositionType value) Sets the value of the 'Pos' containment reference.
- 
Uses of DirectPositionType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement DirectPositionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Direct Position Type'.classAn implementation of the model object 'Vector Type'.Fields in net.opengis.gml.impl declared as DirectPositionTypeModifier and TypeFieldDescriptionprotected DirectPositionTypePointTypeImpl.posThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetPos(DirectPositionType newPos, NotificationChain msgs) NotificationChainPointTypeImpl.basicSetPos(DirectPositionType newPos, NotificationChain msgs) voidDocumentRootImpl.setPos(DirectPositionType newPos) voidPointTypeImpl.setPos(DirectPositionType newPos) 
- 
Uses of DirectPositionType in net.opengis.gml.utilMethods 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'.booleanGmlValidator.validateDirectPositionType(DirectPositionType directPositionType, DiagnosticChain diagnostics, Map context) 
- 
Uses of DirectPositionType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type DirectPositionTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validatePos(DirectPositionType value) booleanPointTypeValidator.validatePos(DirectPositionType value)