Method | Description | |
---|---|---|
EqualParams ( object obj ) : bool |
Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.
|
|
Forward ( List |
Transforms an array of points from the source geographic coordinate system to the target geographic coordinate system.
|
|
Inverse ( List |
Transforms an array of points from the target geographic coordinate system to the source geographic coordinate system.
|
Method | Description | |
---|---|---|
GeographicTransform ( string name, string authority, long code, string alias, string remarks, string abbreviation, IGeographicCoordinateSystem sourceGCS, IGeographicCoordinateSystem targetGCS ) : System |
public Forward ( List |
||
points | List |
On input points in the source geographic coordinate system |
return | List |
public Inverse ( List |
||
points | List |
Input points in the target geographic coordinate system, |
return | List |