Uses of Class
nl.b3p.csw.jaxb.gml.CurveInterpolationType
-
Packages that use CurveInterpolationType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of CurveInterpolationType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as CurveInterpolationType Modifier and Type Field Description protected CurveInterpolationTypeConeType. horizontalCurveTypeprotected CurveInterpolationTypeCylinderType. horizontalCurveTypeprotected CurveInterpolationTypeSphereType. horizontalCurveTypeprotected CurveInterpolationTypeArcByCenterPointType. interpolationprotected CurveInterpolationTypeArcStringByBulgeType. interpolationprotected CurveInterpolationTypeArcStringType. interpolationprotected CurveInterpolationTypeBSplineType. interpolationprotected CurveInterpolationTypeCubicSplineType. interpolationprotected CurveInterpolationTypeGeodesicStringType. interpolationprotected CurveInterpolationTypeLineStringSegmentType. interpolationprotected CurveInterpolationTypeConeType. verticalCurveTypeprotected CurveInterpolationTypeCylinderType. verticalCurveTypeprotected CurveInterpolationTypeSphereType. verticalCurveTypeMethods in nl.b3p.csw.jaxb.gml that return CurveInterpolationType Modifier and Type Method Description static CurveInterpolationTypeCurveInterpolationType. fromValue(String v)CurveInterpolationTypeConeType. getHorizontalCurveType()Gets the value of the horizontalCurveType property.CurveInterpolationTypeCylinderType. getHorizontalCurveType()Gets the value of the horizontalCurveType property.CurveInterpolationTypeSphereType. getHorizontalCurveType()Gets the value of the horizontalCurveType property.CurveInterpolationTypeArcByCenterPointType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeArcStringByBulgeType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeArcStringType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeBSplineType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeCubicSplineType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeGeodesicStringType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeLineStringSegmentType. getInterpolation()Gets the value of the interpolation property.CurveInterpolationTypeConeType. getVerticalCurveType()Gets the value of the verticalCurveType property.CurveInterpolationTypeCylinderType. getVerticalCurveType()Gets the value of the verticalCurveType property.CurveInterpolationTypeSphereType. getVerticalCurveType()Gets the value of the verticalCurveType property.static CurveInterpolationTypeCurveInterpolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CurveInterpolationType[]CurveInterpolationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.csw.jaxb.gml with parameters of type CurveInterpolationType Modifier and Type Method Description voidConeType. setHorizontalCurveType(CurveInterpolationType value)Sets the value of the horizontalCurveType property.voidCylinderType. setHorizontalCurveType(CurveInterpolationType value)Sets the value of the horizontalCurveType property.voidSphereType. setHorizontalCurveType(CurveInterpolationType value)Sets the value of the horizontalCurveType property.voidArcByCenterPointType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidArcStringByBulgeType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidArcStringType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidBSplineType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidCubicSplineType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidGeodesicStringType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidLineStringSegmentType. setInterpolation(CurveInterpolationType value)Sets the value of the interpolation property.voidConeType. setVerticalCurveType(CurveInterpolationType value)Sets the value of the verticalCurveType property.voidCylinderType. setVerticalCurveType(CurveInterpolationType value)Sets the value of the verticalCurveType property.voidSphereType. setVerticalCurveType(CurveInterpolationType value)Sets the value of the verticalCurveType property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type CurveInterpolationType Constructor Description ArcByBulgeType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, List<Double> bulge, List<VectorType> normal, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorArcByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorArcStringByBulgeType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, List<Double> bulge, List<VectorType> normal, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorArcStringType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorArcType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorBezierType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, BigInteger degree, List<KnotPropertyType> knot, CurveInterpolationType interpolation, Boolean isPolynomial, KnotTypesType knotType)Fully-initialising value constructorBSplineType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, BigInteger degree, List<KnotPropertyType> knot, CurveInterpolationType interpolation, Boolean isPolynomial, KnotTypesType knotType)Fully-initialising value constructorCircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorCircleType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorConeType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructorCubicSplineType(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 constructorCylinderType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructorGeodesicStringType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, PosList posList, List<javax.xml.bind.JAXBElement<?>> geometricPositionGroup, CurveInterpolationType interpolation)Fully-initialising value constructorGeodesicType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, PosList posList, List<javax.xml.bind.JAXBElement<?>> geometricPositionGroup, CurveInterpolationType interpolation)Fully-initialising value constructorLineStringSegmentType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation)Fully-initialising value constructorSphereType(List<AbstractGriddedSurfaceType.Row> row, BigInteger rows, BigInteger columns, CurveInterpolationType horizontalCurveType, CurveInterpolationType verticalCurveType)Fully-initialising value constructor
-