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.gmlSubinterfaces of DirectPositionType in net.opengis.gml Modifier and Type Interface Description interfaceVectorTypeA representation of the model object 'Vector Type'.Methods in net.opengis.gml that return DirectPositionType Modifier and Type Method Description DirectPositionTypeGmlFactory. createDirectPositionType()Returns a new object of class 'Direct Position Type'.DirectPositionTypeDocumentRoot. getPos()Returns the value of the 'Pos' containment reference.DirectPositionTypePointType. getPos()Returns the value of the 'Pos' containment reference.Methods in net.opengis.gml with parameters of type DirectPositionType Modifier and Type Method Description voidDocumentRoot. 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 DirectPositionType Modifier and Type Class Description classDirectPositionTypeImplAn implementation of the model object 'Direct Position Type'.classVectorTypeImplAn implementation of the model object 'Vector Type'.Fields in net.opengis.gml.impl declared as DirectPositionType Modifier and Type Field Description protected DirectPositionTypePointTypeImpl. posThe cached value of the 'Pos' containment reference.Methods in net.opengis.gml.impl that return DirectPositionType Modifier and Type Method Description DirectPositionTypeGmlFactoryImpl. createDirectPositionType()DirectPositionTypeDocumentRootImpl. getPos()DirectPositionTypePointTypeImpl. getPos()Methods in net.opengis.gml.impl with parameters of type DirectPositionType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 DirectPositionType Modifier and Type Method Description ObjectGmlSwitch. 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 DirectPositionType Modifier and Type Method Description booleanDocumentRootValidator. validatePos(DirectPositionType value)booleanPointTypeValidator. validatePos(DirectPositionType value)
 
-