Uses of Interface
net.opengis.gml311.VectorType
Packages that use VectorType
-
Uses of VectorType in net.opengis.gml311
Methods in net.opengis.gml311 that return VectorTypeModifier and TypeMethodDescriptionGml311Factory.createVectorType()Returns a new object of class 'Vector Type'.OffsetCurveType.getRefDirection()Returns the value of the 'Ref Direction' containment reference.DirectionVectorType.getVector()Returns the value of the 'Vector' containment reference.DocumentRoot.getVector()Returns the value of the 'Vector' containment reference.CubicSplineType.getVectorAtEnd()Returns the value of the 'Vector At End' containment reference.CubicSplineType.getVectorAtStart()Returns the value of the 'Vector At Start' containment reference.Methods in net.opengis.gml311 that return types with arguments of type VectorTypeModifier and TypeMethodDescriptionEList<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 VectorTypeModifier and TypeMethodDescriptionvoidOffsetCurveType.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 VectorTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Vector Type'.Fields in net.opengis.gml311.impl declared as VectorTypeModifier and TypeFieldDescriptionprotected 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 VectorTypeModifier and TypeFieldDescriptionprotected 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 VectorTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createVectorType()OffsetCurveTypeImpl.getRefDirection()DirectionVectorTypeImpl.getVector()DocumentRootImpl.getVector()CubicSplineTypeImpl.getVectorAtEnd()CubicSplineTypeImpl.getVectorAtStart()Methods in net.opengis.gml311.impl that return types with arguments of type VectorTypeModifier and TypeMethodDescriptionEList<VectorType>ArcStringByBulgeTypeImpl.getNormal()EList<VectorType>RectifiedGridTypeImpl.getOffsetVector()EList<VectorType>AffinePlacementTypeImpl.getRefDirection()Methods in net.opengis.gml311.impl with parameters of type VectorTypeModifier and TypeMethodDescriptionNotificationChainOffsetCurveTypeImpl.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 VectorTypeModifier and TypeMethodDescriptionGml311Switch.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)