Method | Description | |
---|---|---|
AlbersProjection ( List |
Creates an instance of an Albers projection object. The parameters this projection expects are listed below.
|
|
AlbersProjection ( List |
Creates an instance of an Albers projection object. The parameters this projection expects are listed below.
|
|
DegreesToMeters ( SharpMap lonlat ) : SharpMap.Geometries.Point |
Converts coordinates in decimal degrees to projected meters.
|
|
Inverse ( ) : IMathTransform |
Returns the inverse of this projection.
|
|
MetersToDegrees ( SharpMap p ) : SharpMap.Geometries.Point |
Converts coordinates in projected meters to decimal degrees.
|
Method | Description | |
---|---|---|
Ro ( double a ) : double | ||
alpha ( double lat ) : double |
public AlbersProjection ( List |
||
parameters | List |
List of parameters to initialize the projection. |
return | System |
public AlbersProjection ( List |
||
parameters | List |
List of parameters to initialize the projection. |
isInverse | bool | Indicates whether the projection forward (meters to degrees or degrees to meters). |
return | System |
public DegreesToMeters ( SharpMap lonlat ) : SharpMap.Geometries.Point | ||
lonlat | SharpMap | The point in decimal degrees. |
return | SharpMap.Geometries.Point |
public MetersToDegrees ( SharpMap p ) : SharpMap.Geometries.Point | ||
p | SharpMap | Point in meters |
return | SharpMap.Geometries.Point |