Click or drag to resize

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.

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

Parameters

x0
Type: SystemDouble
the x-coordinate of the lower lefthand corner
y0
Type: SystemDouble
the y-coordinate of the lower lefthand corner
x1
Type: SystemDouble
the x-coordinate of the upper righthand corner
y1
Type: SystemDouble
the y-coordinate of the upper righthand corner
See Also