New to Telerik UI for WPFStart a free 30-day trial

Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees.

Definition

Constructors

C#
public EllipseData()

Properties

Gets center of the ellipse.

C#
public Location Center { get; }

Get or sets Height of the ellipse in degrees.

C#
public double Height { get; set; }

Get or sets Width of the ellipse in degrees.

C#
public double Width { get; set; }

Methods

Calculates logical coordinates.

C#
protected override void CalculateLogicalCoordinates()

Overrides: MapShapeData.CalculateLogicalCoordinates()

Calculates screen geometry.

C#
protected override string GetScreenGeometry(int zoomLevel)
Parameters:zoomLevelint

Zoom level to get screen geometry for.

Returns:

string

String representation of the screen geometry.

Overrides: MapShapeData.GetScreenGeometry(int)

Updates geographic bounds of the shape.

C#
protected override void UpdateGeoBounds()

Overrides: MapShapeData.UpdateGeoBounds()