CartographyCreateGeoOrigin Method (String, Double, Double, Double) |
Create and initialize a cartography object using the
specified projection string, setting the origin of the user
defined local grid coordinates to the geographic coordinates
lonOrigin, latOrigin, rotated
orientation.
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static Cartography CreateGeoOrigin(
string projectionString,
double lonOrigin,
double latOrigin,
double orientation
)
Public Shared Function CreateGeoOrigin (
projectionString As String,
lonOrigin As Double,
latOrigin As Double,
orientation As Double
) As Cartography
public:
static Cartography^ CreateGeoOrigin(
String^ projectionString,
double lonOrigin,
double latOrigin,
double orientation
)
static member CreateGeoOrigin :
projectionString : string *
lonOrigin : float *
latOrigin : float *
orientation : float -> Cartography
Parameters
- projectionString
- Type: SystemString
A string in the WKT format for a spatial reference system, or one of the abbreviations - lonOrigin
- Type: SystemDouble
Longitude coordinate of the local grid origin - latOrigin
- Type: SystemDouble
Latitude coordinate of the local grid origin - orientation
- Type: SystemDouble
Orientation of the local grid, rotation in degreesn clockwise from geographical north
Return Value
Type:
CartographySee Also