Point class

Inheritance

Constructors

Point({double x = 0.0, double y = 0.0, SpatialReferenceSystem? srs})

Properties

hashCode int
The hash code for this object.
no setteroverride
latitude double
getter/setter pair
longitude double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srs SpatialReferenceSystem?
getter/setter pairinherited
x double
getter/setter pair
y double
getter/setter pair

Methods

asGeoJson() String
inherited
asWKT() String
inherited
getGeoJsonType() String
override
getJsonCoordinatePairs() String
override
getWktCoordinatePairs() String
override
getWktType() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

precision double
final

Constants

geoJsonType → const String
wktType → const String