Class EllipseData
Represents ellipse given in the geographical coordinates. Width and Height properties sets size of the ellipse in the degrees.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class EllipseData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Constructors
EllipseData()
Declaration
public EllipseData()
Properties
Center
Height
Get or sets Height of the ellipse in degrees.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
Width
Get or sets Width of the ellipse in degrees.
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(Int32)
Calculates screen geometry.
Declaration
protected override string GetScreenGeometry(int zoomLevel)
Parameters
System.Int32
zoomLevel
Zoom level to get screen geometry for. |
Returns
System.String
String representation of the screen geometry. |
Overrides
UpdateGeoBounds()
Updates geographic bounds of the shape.
Declaration
protected override void UpdateGeoBounds()