Geography ToPlanarGeometry Method MapAround Documentation
Gets a planar geometry that is a result of simple Plate-Caree projection of this object.

Namespace: MapAround.Geography
Assembly: MapAround.Core (in MapAround.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract IGeometry ToPlanarGeometry(
	bool convertToDegrees
)

Parameters

convertToDegrees
Type: System Boolean
A value indicating whether an anglular coordinates should be converted to degrees

Return Value

A plane geometry

Implements

IGeography ToPlanarGeometry(Boolean)
See Also