Ejemplo n.º 1
0
 public BSplineType()
 {
     this.interpolationField = CurveInterpolationType.polynomialSpline;
 }
Ejemplo n.º 2
0
 public ClothoidType()
 {
     this.interpolationField = CurveInterpolationType.clothoid;
 }
Ejemplo n.º 3
0
 public ArcByCenterPointType()
 {
     this.interpolationField = CurveInterpolationType.circularArcCenterPointWithRadius;
     this.numArcField = "1";
 }
Ejemplo n.º 4
0
 public CubicSplineType()
 {
     this.interpolationField = CurveInterpolationType.cubicSpline;
     this.degreeField = "3";
 }
Ejemplo n.º 5
0
 public BSplineType()
 {
     this.interpolationField = CurveInterpolationType.polynomialSpline;
 }
 public GeodesicStringType()
 {
     this.interpolationField = CurveInterpolationType.geodesic;
 }
Ejemplo n.º 7
0
 public ArcStringType()
 {
     this.interpolationField = CurveInterpolationType.circularArc3Points;
 }
Ejemplo n.º 8
0
 public SphereType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField = CurveInterpolationType.circularArc3Points;
 }
Ejemplo n.º 9
0
 public S100_ArcByCenterPointType(CurveInterpolationType interpolation, LengthType radius, gml.integer numDerivativesAtStart, gml.integer numDerivativesAtEnd, gml.integer numDerivativeInterior) : base(numDerivativesAtStart, numDerivativesAtEnd, numDerivativeInterior)
 {
     this.interpolation = interpolation;
     this.radius        = radius;
 }
Ejemplo n.º 10
0
 public S100_ArcByCenterPoint(CurveInterpolationType interpolation, LengthType radius, gml.integer numDerivativesAtStart, gml.integer numDerivativesAtEnd, gml.integer numDerivativeInterior) : base(interpolation, radius, numDerivativesAtStart, numDerivativesAtEnd, numDerivativeInterior)
 {
 }
 public ArcByCenterPointType()
 {
     this.interpolationField = CurveInterpolationType.circularArcCenterPointWithRadius;
     this.numArcField        = "1";
 }
Ejemplo n.º 12
0
 public CubicSplineType()
 {
     this.interpolationField = CurveInterpolationType.cubicSpline;
     this.degreeField        = "3";
 }
Ejemplo n.º 13
0
 public ClothoidType()
 {
     this.interpolationField = CurveInterpolationType.clothoid;
 }
Ejemplo n.º 14
0
 public GeodesicStringType()
 {
     this.interpolationField = CurveInterpolationType.geodesic;
 }
Ejemplo n.º 15
0
 public LineStringSegmentType()
 {
     this.interpolationField = CurveInterpolationType.linear;
 }
Ejemplo n.º 16
0
 public CylinderType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField = CurveInterpolationType.linear;
 }
Ejemplo n.º 17
0
 public ArcStringType()
 {
     this.interpolationField = CurveInterpolationType.circularArc3Points;
 }
Ejemplo n.º 18
0
 public ArcStringByBulgeType()
 {
     this.interpolationField = CurveInterpolationType.circularArc2PointWithBulge;
 }
Ejemplo n.º 19
0
 public ArcStringByBulgeType()
 {
     this.interpolationField = CurveInterpolationType.circularArc2PointWithBulge;
 }
Ejemplo n.º 20
0
 public ConeType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField   = CurveInterpolationType.linear;
 }
Ejemplo n.º 21
0
 public LineStringSegmentType()
 {
     this.interpolationField = CurveInterpolationType.linear;
 }