C# 클래스 ESRIUK.DynamicLocators.BNGLocator.TranslateGridReference

Class from Productivity Suite that does BNG Transformation and Grid Lookup
파일 보기 프로젝트 열기: EsriUK/dynamic-locator-sdk 1 사용 예제들

공개 메소드들

메소드 설명
GetExtents ( string in_coord ) : Envelope

Gets the extents from the "in_ngr_coord" string.

GetGridReference ( IPoint location ) : string

Accecpts a point and converts it to a UK grid reference, this is not 100% accurate

TranslateGridReference ( ) : System

비공개 메소드들

메소드 설명
ClassifyTwoLetters ( string letterRef ) : System.Point

Determine what Grid Ref letters match the coordinates

IsInteger ( string stringValue ) : bool

Check if a value is an Int

MakeRectangle ( double X, double Y, double width, double height ) : Envelope

Create an Envelope

ShiftCoordinate ( System.Point &point, string numbers ) : int

Shifts the coordinate.

loadArray ( ) : void

메소드 상세

GetExtents() 공개 메소드

Gets the extents from the "in_ngr_coord" string.
public GetExtents ( string in_coord ) : Envelope
in_coord string The in_ngr_coord.
리턴 Envelope

GetGridReference() 공개 메소드

Accecpts a point and converts it to a UK grid reference, this is not 100% accurate
public GetGridReference ( IPoint location ) : string
location IPoint
리턴 string

TranslateGridReference() 공개 메소드

public TranslateGridReference ( ) : System
리턴 System