UTMProjection class Projections

Universal Transverse Mercator (UTM) projection representation.

The UTM (Universal Transverse Mercator) projection is a global map projection that divides the world into a series of zones, each with its own coordinate system.

It provides a way to represent geographic features accurately while minimizing distortion.

Inheritance

Constructors

UTMProjection.new({required double x, required double y, required int zone, required Hemisphere hemisphere})
Creates a new UTMProjection.
factory
UTMProjection.init(int id)

Properties

hashCode int
The hash code for this object.
no setterinherited
hemisphere Hemisphere
Hemisphere for this UTM 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
x double
X coordinate (meters).
no setter
y double
Y coordinate (meters).
no setter
zone int
UTM zone number.
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 double x, required double y, required int zone, required Hemisphere hemisphere}) → void
Update the UTM coordinate fields for this point.
toString() String
A string representation of this object.
inherited

Operators

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