Uses of Interface
net.opengis.gml311.VectorType
-
Packages that use VectorType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of VectorType in net.opengis.gml311
Methods in net.opengis.gml311 that return VectorType Modifier and Type Method Description VectorType
Gml311Factory. createVectorType()
Returns a new object of class 'Vector Type'.VectorType
OffsetCurveType. getRefDirection()
Returns the value of the 'Ref Direction' containment reference.VectorType
DirectionVectorType. getVector()
Returns the value of the 'Vector' containment reference.VectorType
DocumentRoot. getVector()
Returns the value of the 'Vector' containment reference.VectorType
CubicSplineType. getVectorAtEnd()
Returns the value of the 'Vector At End' containment reference.VectorType
CubicSplineType. getVectorAtStart()
Returns the value of the 'Vector At Start' containment reference.Methods in net.opengis.gml311 that return types with arguments of type VectorType Modifier and Type Method Description EList<VectorType>
ArcStringByBulgeType. getNormal()
Returns the value of the 'Normal' containment reference list.EList<VectorType>
RectifiedGridType. getOffsetVector()
Returns the value of the 'Offset Vector' containment reference list.EList<VectorType>
AffinePlacementType. getRefDirection()
Returns the value of the 'Ref Direction' containment reference list.Methods in net.opengis.gml311 with parameters of type VectorType Modifier and Type Method Description void
OffsetCurveType. setRefDirection(VectorType value)
Sets the value of the 'Ref Direction
' containment reference.void
DirectionVectorType. setVector(VectorType value)
Sets the value of the 'Vector
' containment reference.void
DocumentRoot. setVector(VectorType value)
Sets the value of the 'Vector
' containment reference.void
CubicSplineType. setVectorAtEnd(VectorType value)
Sets the value of the 'Vector At End
' containment reference.void
CubicSplineType. setVectorAtStart(VectorType value)
Sets the value of the 'Vector At Start
' containment reference. -
Uses of VectorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement VectorType Modifier and Type Class Description class
VectorTypeImpl
An implementation of the model object 'Vector Type'.Fields in net.opengis.gml311.impl declared as VectorType Modifier and Type Field Description protected VectorType
OffsetCurveTypeImpl. refDirection
The cached value of the 'Ref Direction
' containment reference.protected VectorType
DirectionVectorTypeImpl. vector
The cached value of the 'Vector
' containment reference.protected VectorType
CubicSplineTypeImpl. vectorAtEnd
The cached value of the 'Vector At End
' containment reference.protected VectorType
CubicSplineTypeImpl. vectorAtStart
The cached value of the 'Vector At Start
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type VectorType Modifier and Type Field Description protected EList<VectorType>
ArcStringByBulgeTypeImpl. normal
The cached value of the 'Normal
' containment reference list.protected EList<VectorType>
RectifiedGridTypeImpl. offsetVector
The cached value of the 'Offset Vector
' containment reference list.protected EList<VectorType>
AffinePlacementTypeImpl. refDirection
The cached value of the 'Ref Direction
' containment reference list.Methods in net.opengis.gml311.impl that return VectorType Modifier and Type Method Description VectorType
Gml311FactoryImpl. createVectorType()
VectorType
OffsetCurveTypeImpl. getRefDirection()
VectorType
DirectionVectorTypeImpl. getVector()
VectorType
DocumentRootImpl. getVector()
VectorType
CubicSplineTypeImpl. getVectorAtEnd()
VectorType
CubicSplineTypeImpl. getVectorAtStart()
Methods in net.opengis.gml311.impl that return types with arguments of type VectorType Modifier and Type Method Description EList<VectorType>
ArcStringByBulgeTypeImpl. getNormal()
EList<VectorType>
RectifiedGridTypeImpl. getOffsetVector()
EList<VectorType>
AffinePlacementTypeImpl. getRefDirection()
Methods in net.opengis.gml311.impl with parameters of type VectorType Modifier and Type Method Description NotificationChain
OffsetCurveTypeImpl. basicSetRefDirection(VectorType newRefDirection, NotificationChain msgs)
NotificationChain
DirectionVectorTypeImpl. basicSetVector(VectorType newVector, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetVector(VectorType newVector, NotificationChain msgs)
NotificationChain
CubicSplineTypeImpl. basicSetVectorAtEnd(VectorType newVectorAtEnd, NotificationChain msgs)
NotificationChain
CubicSplineTypeImpl. basicSetVectorAtStart(VectorType newVectorAtStart, NotificationChain msgs)
void
OffsetCurveTypeImpl. setRefDirection(VectorType newRefDirection)
void
DirectionVectorTypeImpl. setVector(VectorType newVector)
void
DocumentRootImpl. setVector(VectorType newVector)
void
CubicSplineTypeImpl. setVectorAtEnd(VectorType newVectorAtEnd)
void
CubicSplineTypeImpl. setVectorAtStart(VectorType newVectorAtStart)
-
Uses of VectorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type VectorType Modifier and Type Method Description T
Gml311Switch. caseVectorType(VectorType object)
Returns the result of interpreting the object as an instance of 'Vector Type'.boolean
Gml311Validator. validateVectorType(VectorType vectorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-