Constructors
constructor
- new UTM(zone: number, hemisphere: Hemisphere, easting: number, northing: number): UTM
-
Parameters
-
zone: number
-
hemisphere: Hemisphere
-
easting: number
-
northing: number
Returns UTM
Methods
format
- format(): string
-
Returns string
getEasting
- getEasting(): number
-
Returns number
getHemisphere
- getHemisphere(): Hemisphere
-
Returns Hemisphere
getNorthing
- getNorthing(): number
-
Returns number
getZone
- getZone(): number
-
Returns number
toPoint
- toPoint(): Point
-
Returns Point
toString
- toString(): string
-
Returns string
Static
create
- create(zone: number, hemisphere: Hemisphere, easting: number, northing: number): UTM
-
Parameters
-
zone: number
-
hemisphere: Hemisphere
-
easting: number
-
northing: number
Returns UTM
Static
from
- from(point: Point, zone?: number, hemisphere?: Hemisphere): UTM
-
Parameters
-
point: Point
-
Optional
zone: number
-
Optional
hemisphere: Hemisphere
Returns UTM
Static
isUTM
- isUTM(utm: string): boolean
-
Returns boolean
Static
parse
- parse(utm: string): UTM
-
Returns UTM
Static
point
- point(zone: number, hemisphere: Hemisphere, easting: number, northing: number): Point
-
Parameters
-
zone: number
-
hemisphere: Hemisphere
-
easting: number
-
northing: number
Returns Point
Universal Transverse Mercator Projection