CoordTransform class

CoordTransform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Static Methods

delta(double lon, double lat) CoordResult
isOutOFChina(double lon, double lat) bool
transform(double lon, double lat) → _TransformTmp
transformBD09toGCJ02(double lon, double lat) CoordResult
transform BD09 to GCJ02 百度坐标系->火星坐标系
transformBD09toWGS84(double lon, double lat) CoordResult
transform BD09 to WGS84 百度坐标系->WGS84坐标系
transformGCJ02toBD09(double lon, double lat) CoordResult
transform GCJ02 to BD09 火星坐标系->百度坐标系
transformGCJ02toWGS84(double lon, double lat) CoordResult
transform GCJ02 to WGS84 火星坐标系->WGS84坐标系
transformWGS84toBD09(double lon, double lat) CoordResult
transform WGS84 to BD09 WGS84坐标系->百度坐标系
transformWGS84toGCJ02(double lon, double lat) CoordResult
transform WGS84 to GCJ02 WGS84坐标系->火星坐标系