C# 클래스 DeedDrafter.ParcelLineRow

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Esri/deed-drafter 1 사용 예제들

공개 메소드들

메소드 설명
GetBearing ( bool asRadian ) : double
GetChordDistance ( ) : double
GetDistance ( ) : double
GetFrom ( ) : Int32
GetParameter2 ( ) : double
GetRadius ( ) : double
GetTo ( ) : Int32
IsComplete ( ) : bool
ParcelLineRow ( ) : System
ParcelLineRow ( Configuration &xmlConfig ) : System
ParseAngleDMS ( string bearingString, bool &error ) : double
ParseBearing ( string bearingString, EnumBearingFormat &enteredBearingFormat, bool &error ) : double
ParseBearing ( double bearing, EnumBearingFormat enteredBearingFormat ) : string
ResetCurveAttributes ( ) : void
SetBearing ( double BearingDegree ) : void
SetBearing ( double BearingDegree, bool tangent ) : void
SetCurveAttributes ( Int32 centerPoint, double bearing1, double bearing2 ) : void

비공개 메소드들

메소드 설명
CalculateArcLength ( double arcLength ) : bool
DistanceInBaseUnits ( string distance, bool &error ) : double
GetDoubleValue ( string value ) : double
GetInt32Value ( string value ) : Int32
HasChar ( string &value, char ch ) : bool
NotifyDistancePropertyChanged ( ) : void
NotifyPropertyChanged ( string propertyName ) : void
UpdateDistance ( string value, bool isDistance ) : void

메소드 상세

GetBearing() 공개 메소드

public GetBearing ( bool asRadian ) : double
asRadian bool
리턴 double

GetChordDistance() 공개 메소드

public GetChordDistance ( ) : double
리턴 double

GetDistance() 공개 메소드

public GetDistance ( ) : double
리턴 double

GetFrom() 공개 메소드

public GetFrom ( ) : Int32
리턴 System.Int32

GetParameter2() 공개 메소드

public GetParameter2 ( ) : double
리턴 double

GetRadius() 공개 메소드

public GetRadius ( ) : double
리턴 double

GetTo() 공개 메소드

public GetTo ( ) : Int32
리턴 System.Int32

IsComplete() 공개 메소드

public IsComplete ( ) : bool
리턴 bool

ParcelLineRow() 공개 메소드

public ParcelLineRow ( ) : System
리턴 System

ParcelLineRow() 공개 메소드

public ParcelLineRow ( Configuration &xmlConfig ) : System
xmlConfig Configuration
리턴 System

ParseAngleDMS() 공개 메소드

public ParseAngleDMS ( string bearingString, bool &error ) : double
bearingString string
error bool
리턴 double

ParseBearing() 공개 메소드

public ParseBearing ( string bearingString, EnumBearingFormat &enteredBearingFormat, bool &error ) : double
bearingString string
enteredBearingFormat EnumBearingFormat
error bool
리턴 double

ParseBearing() 공개 메소드

public ParseBearing ( double bearing, EnumBearingFormat enteredBearingFormat ) : string
bearing double
enteredBearingFormat EnumBearingFormat
리턴 string

ResetCurveAttributes() 공개 메소드

public ResetCurveAttributes ( ) : void
리턴 void

SetBearing() 공개 메소드

public SetBearing ( double BearingDegree ) : void
BearingDegree double
리턴 void

SetBearing() 공개 메소드

public SetBearing ( double BearingDegree, bool tangent ) : void
BearingDegree double
tangent bool
리턴 void

SetCurveAttributes() 공개 메소드

public SetCurveAttributes ( Int32 centerPoint, double bearing1, double bearing2 ) : void
centerPoint System.Int32
bearing1 double
bearing2 double
리턴 void