MapProjectionGetDefaultArea Method

Function that returns the default area in map projection coordinates of the projection.

The default area is the area where the projection is ment to be used and where it is accurate. It is not recommended to use the map projection outside its default area.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void GetDefaultArea(
	out double x0,
	out double y0,
	out double x1,
	out double y1
)

Parameters

x0  Double
the x-coordinate of the lower lefthand corner
y0  Double
the y-coordinate of the lower lefthand corner
x1  Double
the x-coordinate of the upper righthand corner
y1  Double
the y-coordinate of the upper righthand corner

See Also