Uses of Class
nl.b3p.csw.jaxb.gml.VectorType
-
Packages that use VectorType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of VectorType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as VectorType Modifier and Type Field Description protected VectorTypeOffsetCurveType. refDirectionprotected VectorTypeCubicSplineType. vectorAtEndprotected VectorTypeCubicSplineType. vectorAtStartFields in nl.b3p.csw.jaxb.gml with type parameters of type VectorType Modifier and Type Field Description protected List<VectorType>ArcStringByBulgeType. normalprotected List<VectorType>AffinePlacementType. refDirectionMethods in nl.b3p.csw.jaxb.gml that return VectorType Modifier and Type Method Description VectorTypeObjectFactory. createVectorType()Create an instance ofVectorTypeVectorTypeOffsetCurveType. getRefDirection()Gets the value of the refDirection property.VectorTypeCubicSplineType. getVectorAtEnd()Gets the value of the vectorAtEnd property.VectorTypeCubicSplineType. getVectorAtStart()Gets the value of the vectorAtStart property.Methods in nl.b3p.csw.jaxb.gml that return types with arguments of type VectorType Modifier and Type Method Description List<VectorType>ArcStringByBulgeType. getNormal()Gets the value of the normal property.List<VectorType>AffinePlacementType. getRefDirection()Gets the value of the refDirection property.Methods in nl.b3p.csw.jaxb.gml with parameters of type VectorType Modifier and Type Method Description VectorObjectFactory. createVector(VectorType value)Create an instance ofVector}voidOffsetCurveType. setRefDirection(VectorType value)Sets the value of the refDirection property.voidCubicSplineType. setVectorAtEnd(VectorType value)Sets the value of the vectorAtEnd property.voidCubicSplineType. setVectorAtStart(VectorType value)Sets the value of the vectorAtStart property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type VectorType Constructor Description CubicSplineType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, VectorType vectorAtStart, VectorType vectorAtEnd, CurveInterpolationType interpolation, BigInteger degree)Fully-initialising value constructorOffsetCurveType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, CurvePropertyType offsetBase, LengthType distance, VectorType refDirection)Fully-initialising value constructorVector(VectorType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type VectorType Constructor Description AffinePlacementType(DirectPositionType location, List<VectorType> refDirection, BigInteger inDimension, BigInteger outDimension)Fully-initialising value constructor
-