Esempio n. 1
0
 public Line()
 {
     this.typeField = 0;
     this.calculatedField = false;
     this.categoryField = CadastralLineCategory.Boundary;
     this.lineParameterField = CadastralLineParameter.bearingAndDistance;
     this.accuracyField = 0;
     this.oIDField = 0;
 }
Esempio n. 2
0
 public Plan()
 {
     this.angleUnitsField = DirectionUnit.Degree;
     this.areaUnitsField = AreaUnit.Squaremeter;
     this.distanceUnitsField = DistanceUnit.Meter;
     this.directionFormatField = DirectionFormat.northazimuth;
     this.lineParametersField = CadastralLineParameter.bearingAndDistance;
     this.distanceAtGroundField = true;
     this.combinedGridFactorField = 1;
     this.trueMidBearingField = false;
     this.accuracyField = 0;
     this.oIDField = 0;
     this.internalAnglesField = false;
 }