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 VectorTypeGml311Factory. createVectorType()Returns a new object of class 'Vector Type'.VectorTypeOffsetCurveType. getRefDirection()Returns the value of the 'Ref Direction' containment reference.VectorTypeDirectionVectorType. getVector()Returns the value of the 'Vector' containment reference.VectorTypeDocumentRoot. getVector()Returns the value of the 'Vector' containment reference.VectorTypeCubicSplineType. getVectorAtEnd()Returns the value of the 'Vector At End' containment reference.VectorTypeCubicSplineType. 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 voidOffsetCurveType. setRefDirection(VectorType value)Sets the value of the 'Ref Direction' containment reference.voidDirectionVectorType. setVector(VectorType value)Sets the value of the 'Vector' containment reference.voidDocumentRoot. setVector(VectorType value)Sets the value of the 'Vector' containment reference.voidCubicSplineType. setVectorAtEnd(VectorType value)Sets the value of the 'Vector At End' containment reference.voidCubicSplineType. 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 classVectorTypeImplAn implementation of the model object 'Vector Type'.Fields in net.opengis.gml311.impl declared as VectorType Modifier and Type Field Description protected VectorTypeOffsetCurveTypeImpl. refDirectionThe cached value of the 'Ref Direction' containment reference.protected VectorTypeDirectionVectorTypeImpl. vectorThe cached value of the 'Vector' containment reference.protected VectorTypeCubicSplineTypeImpl. vectorAtEndThe cached value of the 'Vector At End' containment reference.protected VectorTypeCubicSplineTypeImpl. vectorAtStartThe 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. normalThe cached value of the 'Normal' containment reference list.protected EList<VectorType>RectifiedGridTypeImpl. offsetVectorThe cached value of the 'Offset Vector' containment reference list.protected EList<VectorType>AffinePlacementTypeImpl. refDirectionThe cached value of the 'Ref Direction' containment reference list.Methods in net.opengis.gml311.impl that return VectorType Modifier and Type Method Description VectorTypeGml311FactoryImpl. createVectorType()VectorTypeOffsetCurveTypeImpl. getRefDirection()VectorTypeDirectionVectorTypeImpl. getVector()VectorTypeDocumentRootImpl. getVector()VectorTypeCubicSplineTypeImpl. getVectorAtEnd()VectorTypeCubicSplineTypeImpl. 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 NotificationChainOffsetCurveTypeImpl. basicSetRefDirection(VectorType newRefDirection, NotificationChain msgs)NotificationChainDirectionVectorTypeImpl. basicSetVector(VectorType newVector, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetVector(VectorType newVector, NotificationChain msgs)NotificationChainCubicSplineTypeImpl. basicSetVectorAtEnd(VectorType newVectorAtEnd, NotificationChain msgs)NotificationChainCubicSplineTypeImpl. basicSetVectorAtStart(VectorType newVectorAtStart, NotificationChain msgs)voidOffsetCurveTypeImpl. setRefDirection(VectorType newRefDirection)voidDirectionVectorTypeImpl. setVector(VectorType newVector)voidDocumentRootImpl. setVector(VectorType newVector)voidCubicSplineTypeImpl. setVectorAtEnd(VectorType newVectorAtEnd)voidCubicSplineTypeImpl. 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 TGml311Switch. caseVectorType(VectorType object)Returns the result of interpreting the object as an instance of 'Vector Type'.booleanGml311Validator. validateVectorType(VectorType vectorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-