C# 클래스 SharpMap.CoordinateSystems.LinearUnit

Definition of linear units.
상속: Info, ILinearUnit
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
EqualParams ( object obj ) : bool

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.

LinearUnit ( double metersPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Creates an instance of a linear unit

메소드 상세

EqualParams() 공개 메소드

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.
public EqualParams ( object obj ) : bool
obj object
리턴 bool

LinearUnit() 공개 메소드

Creates an instance of a linear unit
public LinearUnit ( double metersPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System
metersPerUnit double Number of meters per
name string Name
authority string Authority name
authorityCode long Authority-specific identification code.
alias string Alias
abbreviation string Abbreviation
remarks string Provider-supplied remarks
리턴 System