CartographyCreateProjOrigin Method |
Create and initialize a cartography object using the
specified projection string, setting the origin of the user
defined local grid coordinates to the projected coordinates
east, north, rotated
orientationProj towards projection north.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static Cartography CreateProjOrigin(
string projectionString,
double east,
double north,
double orientationProj
)
Public Shared Function CreateProjOrigin (
projectionString As String,
east As Double,
north As Double,
orientationProj As Double
) As Cartography
public:
static Cartography^ CreateProjOrigin(
String^ projectionString,
double east,
double north,
double orientationProj
)
static member CreateProjOrigin :
projectionString : string *
east : float *
north : float *
orientationProj : float -> Cartography
Parameters
- projectionString
- Type: SystemString
A string in the WKT format for a spatial reference system, or one of the abbreviations - east
- Type: SystemDouble
Origin easting/x coordinate value of the local grid origin - north
- Type: SystemDouble
Origin northing/y coordinate value - orientationProj
- Type: SystemDouble
Orientation of the local grid, rotation in degreesn clockwise from projection north
Return Value
Type:
CartographySee Also