예제 #1
0
 public BSplineType()
 {
     this.interpolationField = CurveInterpolationType.polynomialSpline;
 }
예제 #2
0
 public ClothoidType()
 {
     this.interpolationField = CurveInterpolationType.clothoid;
 }
예제 #3
0
 public ArcByCenterPointType()
 {
     this.interpolationField = CurveInterpolationType.circularArcCenterPointWithRadius;
     this.numArcField = "1";
 }
예제 #4
0
 public CubicSplineType()
 {
     this.interpolationField = CurveInterpolationType.cubicSpline;
     this.degreeField = "3";
 }
예제 #5
0
 public BSplineType()
 {
     this.interpolationField = CurveInterpolationType.polynomialSpline;
 }
 public GeodesicStringType()
 {
     this.interpolationField = CurveInterpolationType.geodesic;
 }
예제 #7
0
 public ArcStringType()
 {
     this.interpolationField = CurveInterpolationType.circularArc3Points;
 }
예제 #8
0
 public SphereType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField = CurveInterpolationType.circularArc3Points;
 }
예제 #9
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 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;
 }
예제 #10
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 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";
 }
예제 #12
0
 public CubicSplineType()
 {
     this.interpolationField = CurveInterpolationType.cubicSpline;
     this.degreeField        = "3";
 }
예제 #13
0
 public ClothoidType()
 {
     this.interpolationField = CurveInterpolationType.clothoid;
 }
예제 #14
0
 public GeodesicStringType()
 {
     this.interpolationField = CurveInterpolationType.geodesic;
 }
예제 #15
0
 public LineStringSegmentType()
 {
     this.interpolationField = CurveInterpolationType.linear;
 }
예제 #16
0
 public CylinderType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField = CurveInterpolationType.linear;
 }
예제 #17
0
 public ArcStringType()
 {
     this.interpolationField = CurveInterpolationType.circularArc3Points;
 }
예제 #18
0
 public ArcStringByBulgeType()
 {
     this.interpolationField = CurveInterpolationType.circularArc2PointWithBulge;
 }
예제 #19
0
 public ArcStringByBulgeType()
 {
     this.interpolationField = CurveInterpolationType.circularArc2PointWithBulge;
 }
예제 #20
0
 public ConeType()
 {
     this.horizontalCurveTypeField = CurveInterpolationType.circularArc3Points;
     this.verticalCurveTypeField   = CurveInterpolationType.linear;
 }
예제 #21
0
 public LineStringSegmentType()
 {
     this.interpolationField = CurveInterpolationType.linear;
 }