MGRSProjection class Projections

Military Grid Reference System (MGRS) projection representation.

The MGRS (Military Grid Reference System) projection is a coordinate system used by the military for precise location identification. It combines the UTM and UPS coordinate systems to provide a grid reference system that is easy to use in the field.

Inheritance

Constructors

MGRSProjection({required double easting, required double northing, required String zone, required String letters})
Creates an MGRSProjection.
factory
MGRSProjection.init(int id)

Properties

easting int
Easting coordinate.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject bool
getter/setter pairinherited
letters String
100k grid square letters.
no setter
northing int
Northing coordinate.
no setter
pointerId int
The pointer ID of the native object
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ProjectionType
The projection type for this instance.
no setterinherited
zone String
Grid zone designator.
no setter

Methods

dispose() → void
Disposes the native object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
setFields({required int easting, required int northing, required String zone, required String letters}) → void
Update MGRS coordinate fields.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited