C# 클래스 SharpMap.CoordinateSystems.GeographicCoordinateSystem

A coordinate system based on latitude and longitude.
Some geographic coordinate systems are Lat/Lon, and some are Lon/Lat. You can find out which this is by examining the axes. You should also check the angular units, since not all geographic coordinate systems use degrees.
상속: HorizontalCoordinateSystem, IGeographicCoordinateSystem
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GeographicCoordinateSystem System

공개 메소드들

메소드 설명
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.

GetUnits ( int dimension ) : IUnit

Gets units for dimension within coordinate system. Each dimension in the coordinate system has corresponding units.

GetWgs84ConversionInfo ( int index ) : Wgs84ConversionInfo

Gets details on a conversion to WGS84.

비공개 메소드들

메소드 설명
GeographicCoordinateSystem ( IAngularUnit angularUnit, IHorizontalDatum horizontalDatum, IPrimeMeridian primeMeridian, List axisInfo, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Creates an instance of a Geographic Coordinate System

메소드 상세

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

GetUnits() 공개 메소드

Gets units for dimension within coordinate system. Each dimension in the coordinate system has corresponding units.
public GetUnits ( int dimension ) : IUnit
dimension int Dimension
리턴 IUnit

GetWgs84ConversionInfo() 공개 메소드

Gets details on a conversion to WGS84.
public GetWgs84ConversionInfo ( int index ) : Wgs84ConversionInfo
index int
리턴 Wgs84ConversionInfo