C# Class DeedDrafter.ParcelLineRow

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Esri/deed-drafter Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetBearing() public méthode

public GetBearing ( bool asRadian ) : double
asRadian bool
Résultat double

GetChordDistance() public méthode

public GetChordDistance ( ) : double
Résultat double

GetDistance() public méthode

public GetDistance ( ) : double
Résultat double

GetFrom() public méthode

public GetFrom ( ) : Int32
Résultat System.Int32

GetParameter2() public méthode

public GetParameter2 ( ) : double
Résultat double

GetRadius() public méthode

public GetRadius ( ) : double
Résultat double

GetTo() public méthode

public GetTo ( ) : Int32
Résultat System.Int32

IsComplete() public méthode

public IsComplete ( ) : bool
Résultat bool

ParcelLineRow() public méthode

public ParcelLineRow ( ) : System
Résultat System

ParcelLineRow() public méthode

public ParcelLineRow ( Configuration &xmlConfig ) : System
xmlConfig Configuration
Résultat System

ParseAngleDMS() public méthode

public ParseAngleDMS ( string bearingString, bool &error ) : double
bearingString string
error bool
Résultat double

ParseBearing() public méthode

public ParseBearing ( string bearingString, EnumBearingFormat &enteredBearingFormat, bool &error ) : double
bearingString string
enteredBearingFormat EnumBearingFormat
error bool
Résultat double

ParseBearing() public méthode

public ParseBearing ( double bearing, EnumBearingFormat enteredBearingFormat ) : string
bearing double
enteredBearingFormat EnumBearingFormat
Résultat string

ResetCurveAttributes() public méthode

public ResetCurveAttributes ( ) : void
Résultat void

SetBearing() public méthode

public SetBearing ( double BearingDegree ) : void
BearingDegree double
Résultat void

SetBearing() public méthode

public SetBearing ( double BearingDegree, bool tangent ) : void
BearingDegree double
tangent bool
Résultat void

SetCurveAttributes() public méthode

public SetCurveAttributes ( Int32 centerPoint, double bearing1, double bearing2 ) : void
centerPoint System.Int32
bearing1 double
bearing2 double
Résultat void