LAMProjection class Projections

Lambert 93 (LAM) projection representation.

The LAM (Lambert) projection is a conic map projection that is commonly used for large-scale mapping in regions with an east-west orientation.

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

Inheritance

Constructors

LAMProjection.new({required double x, required double y})
Creates a new LAMProjection.
factory
LAMProjection.init(int id)

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
no setter
y double
Y coordinate.
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}) → void
Update the LAM x/y coordinates for this projection.
toString() String
A string representation of this object.
inherited

Operators

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