C# 클래스 SuperMap.Connector.Utility.CoordinateReferenceSystem

파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : CoordinateReferenceSystem
CoordinateReferenceSystem ( ) : System
CoordinateReferenceSystem ( int wkid ) : System
CoordinateReferenceSystem ( int wkid, Unit unit ) : System
Equals ( CoordinateReferenceSystem other ) : bool
Equals ( CoordinateReferenceSystem crs1, CoordinateReferenceSystem crs2, bool ignoreNull ) : bool

비공개 메소드들

메소드 설명
IsWebMercatorWKID ( int wkid ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : CoordinateReferenceSystem
리턴 CoordinateReferenceSystem

CoordinateReferenceSystem() 공개 메소드

public CoordinateReferenceSystem ( ) : System
리턴 System

CoordinateReferenceSystem() 공개 메소드

public CoordinateReferenceSystem ( int wkid ) : System
wkid int
리턴 System

CoordinateReferenceSystem() 공개 메소드

public CoordinateReferenceSystem ( int wkid, Unit unit ) : System
wkid int
unit Unit
리턴 System

Equals() 공개 메소드

public Equals ( CoordinateReferenceSystem other ) : bool
other CoordinateReferenceSystem
리턴 bool

Equals() 공개 정적인 메소드

public static Equals ( CoordinateReferenceSystem crs1, CoordinateReferenceSystem crs2, bool ignoreNull ) : bool
crs1 CoordinateReferenceSystem
crs2 CoordinateReferenceSystem
ignoreNull bool
리턴 bool