UTMCoordinates class abstract
UTMCoordinates
Properties:
- uTMZone - UTM grid zone combination of the longitude zone (1 to 60) and the latitude band (C to X, excluding I and O).
- uTMEastward - X-coordinate of the Universal Transverse Mercator coordinate system.
- uTMNorthward - Y-coordinate of the Universal Transverse Mercator coordinate system.
- Annotations
-
- @BuiltValue.new()
Constructors
- UTMCoordinates([void updates(UTMCoordinatesBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uTMEastward → String
-
X-coordinate of the Universal Transverse Mercator coordinate system.
no setter
- uTMNorthward → String
-
Y-coordinate of the Universal Transverse Mercator coordinate system.
no setter
- uTMZone → String
-
UTM grid zone combination of the longitude zone (1 to 60) and the latitude band (C to X, excluding I and O).
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UTMCoordinatesBuilder)) → UTMCoordinates -
Rebuilds the instance.
inherited
-
toBuilder(
) → UTMCoordinatesBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
UTMCoordinates> -
no setter