예제 #1
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public S100_CircleByCenterPoint(LengthType radius, BearingType startAngle, no_type angularDistance) : base(radius, startAngle, angularDistance)
 {
 }
예제 #2
0
파일: S100gmlbase.cs 프로젝트: perro75/S100
 public S100_CircleByCenterPointType(LengthType radius, BearingType startAngle, no_type angularDistance)
 {
     this.radius          = radius;
     this.startAngle      = startAngle;
     this.angularDistance = angularDistance;
 }