메소드 | 설명 | |
---|---|---|
DegreesToMeters ( SharpMap lonlat ) : SharpMap.Geometries.Point |
Converts coordinates in decimal degrees to projected meters.
|
|
Inverse ( ) : IMathTransform |
Returns the inverse of this projection.
|
|
LambertConformalConic2SP ( List |
Creates an instance of an LambertConformalConic2SPProjection projection object. The parameters this projection expects are listed below.
|
|
LambertConformalConic2SP ( List |
Creates an instance of an Albers projection object. The parameters this projection expects are listed below.
|
|
MetersToDegrees ( SharpMap p ) : SharpMap.Geometries.Point |
Converts coordinates in projected meters to decimal degrees.
|
public DegreesToMeters ( SharpMap lonlat ) : SharpMap.Geometries.Point | ||
lonlat | SharpMap | The point in decimal degrees. |
리턴 | SharpMap.Geometries.Point |
public LambertConformalConic2SP ( List |
||
parameters | List |
List of parameters to initialize the projection. |
리턴 | System |
public LambertConformalConic2SP ( List |
||
parameters | List |
List of parameters to initialize the projection. |
isInverse | bool | Indicates whether the projection forward (meters to degrees or degrees to meters). |
리턴 | System |
public MetersToDegrees ( SharpMap p ) : SharpMap.Geometries.Point | ||
p | SharpMap | Point in meters |
리턴 | SharpMap.Geometries.Point |