Uses of Interface
net.opengis.gml311.DirectionVectorType
-
Packages that use DirectionVectorType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectionVectorType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectionVectorType Modifier and Type Method Description DirectionVectorType
Gml311Factory. createDirectionVectorType()
Returns a new object of class 'Direction Vector Type'.DirectionVectorType
DirectionPropertyType. getDirectionVector()
Returns the value of the 'Direction Vector' containment reference.DirectionVectorType
DocumentRoot. getDirectionVector()
Returns the value of the 'Direction Vector' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionVectorType Modifier and Type Method Description void
DirectionPropertyType. setDirectionVector(DirectionVectorType value)
Sets the value of the 'Direction Vector
' containment reference.void
DocumentRoot. setDirectionVector(DirectionVectorType value)
Sets the value of the 'Direction Vector
' containment reference. -
Uses of DirectionVectorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectionVectorType Modifier and Type Class Description class
DirectionVectorTypeImpl
An implementation of the model object 'Direction Vector Type'.Fields in net.opengis.gml311.impl declared as DirectionVectorType Modifier and Type Field Description protected DirectionVectorType
DirectionPropertyTypeImpl. directionVector
The cached value of the 'Direction Vector
' containment reference.Methods in net.opengis.gml311.impl that return DirectionVectorType Modifier and Type Method Description DirectionVectorType
Gml311FactoryImpl. createDirectionVectorType()
DirectionVectorType
DirectionPropertyTypeImpl. getDirectionVector()
DirectionVectorType
DocumentRootImpl. getDirectionVector()
Methods in net.opengis.gml311.impl with parameters of type DirectionVectorType Modifier and Type Method Description NotificationChain
DirectionPropertyTypeImpl. basicSetDirectionVector(DirectionVectorType newDirectionVector, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDirectionVector(DirectionVectorType newDirectionVector, NotificationChain msgs)
void
DirectionPropertyTypeImpl. setDirectionVector(DirectionVectorType newDirectionVector)
void
DocumentRootImpl. setDirectionVector(DirectionVectorType newDirectionVector)
-
Uses of DirectionVectorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionVectorType Modifier and Type Method Description T
Gml311Switch. caseDirectionVectorType(DirectionVectorType object)
Returns the result of interpreting the object as an instance of 'Direction Vector Type'.boolean
Gml311Validator. validateDirectionVectorType(DirectionVectorType directionVectorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-