예제 #1
0
 public ArcStringType1()
 {
     this.interpolationField = CurveInterpolationType1.circularArc3Points;
 }
예제 #2
0
 public ArcByCenterPointType1()
 {
     this.interpolationField = CurveInterpolationType1.circularArcCenterPointWithRadius;
     this.numArcField = "1";
 }
예제 #3
0
 public ArcStringByBulgeType1()
 {
     this.interpolationField = CurveInterpolationType1.circularArc2PointWithBulge;
 }
예제 #4
0
 public GeodesicStringType1()
 {
     this.interpolationField = CurveInterpolationType1.geodesic;
 }
예제 #5
0
 public CubicSplineType1()
 {
     this.interpolationField = CurveInterpolationType1.cubicSpline;
     this.degreeField = "3";
 }
예제 #6
0
 public BSplineType1()
 {
     this.interpolationField = CurveInterpolationType1.polynomialSpline;
 }
예제 #7
0
 public LineStringSegmentType1()
 {
     this.interpolationField = CurveInterpolationType1.linear;
 }
예제 #8
0
 public ConeType1()
 {
     this.horizontalCurveTypeField = CurveInterpolationType1.circularArc3Points;
     this.verticalCurveTypeField = CurveInterpolationType1.linear;
 }