Class SpatialReference
Inheritance
System.Object
SpatialReference
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SpatialReference : Object, ISpatialReference
Constructors
SpatialReference()
Declaration
public SpatialReference()
Fields
HalfPI
Declaration
public const double HalfPI = 0.159154943091895
Field Value
System.
|
RadiansToDegrees
Declaration
public const double RadiansToDegrees = 57.2957795130823
Field Value
System.
|
Properties
AngularUnitOfMeasurement
Declaration
public double AngularUnitOfMeasurement { get; set; }
Property Value
System.
|
Implements
Authority
Declaration
public string Authority { get; set; }
Property Value
System.
|
Implements
CentralMeridian
Declaration
public double CentralMeridian { get; set; }
Property Value
System.
|
Implements
Datum
Declaration
public string Datum { get; set; }
Property Value
System.
|
Implements
DatumAuthority
Declaration
public string DatumAuthority { get; set; }
Property Value
System.
|
Implements
FalseEasting
Declaration
public double FalseEasting { get; set; }
Property Value
System.
|
Implements
FalseNorthing
Declaration
public double FalseNorthing { get; set; }
Property Value
System.
|
Implements
GeoGcs
Declaration
public string GeoGcs { get; set; }
Property Value
System.
|
Implements
LatitudeOfOrigin
Declaration
public double LatitudeOfOrigin { get; set; }
Property Value
System.
|
Implements
MaxLatitude
Declaration
public double MaxLatitude { get; set; }
Property Value
System.
|
Implements
MaxLongitude
Declaration
public double MaxLongitude { get; set; }
Property Value
System.
|
Implements
MinLatitude
Declaration
public double MinLatitude { get; set; }
Property Value
System.
|
Implements
MinLongitude
Declaration
public double MinLongitude { get; set; }
Property Value
System.
|
Implements
OffsetX
Declaration
public double OffsetX { get; set; }
Property Value
System.
|
OffsetY
Declaration
public double OffsetY { get; set; }
Property Value
System.
|
Primem
Declaration
public double Primem { get; set; }
Property Value
System.
|
Implements
PrimemAuthority
Declaration
public string PrimemAuthority { get; set; }
Property Value
System.
|
Implements
ProjectionAuthority
Declaration
public string ProjectionAuthority { get; set; }
Property Value
System.
|
Implements
ScaleX
Declaration
public double ScaleX { get; set; }
Property Value
System.
|
ScaleY
Declaration
public double ScaleY { get; set; }
Property Value
System.
|
SpheroidAuthority
Declaration
public string SpheroidAuthority { get; set; }
Property Value
System.
|
Implements
SpheroidFlattening
Declaration
public double SpheroidFlattening { get; set; }
Property Value
System.
|
Implements
SpheroidRadius
Declaration
public double SpheroidRadius { get; set; }
Property Value
System.
|
Implements
StandardParallel
Declaration
public double StandardParallel { get; set; }
Property Value
System.
|
Implements
UnitAuthority
Declaration
public string UnitAuthority { get; set; }
Property Value
System.
|
Implements
Methods
GeographicToLogical(Location)
Declaration
public virtual Point GeographicToLogical(Location geographicPoint)
Parameters
Location
geographicPoint
|
Returns
Windows.
|
Implements
GetSizeInKilometers(Location, Size)
Declaration
public virtual Size GetSizeInKilometers(Location basePoint, Size size)
Parameters
Location
basePoint
|
Windows.
|
Returns
Windows.
|
Implements
GetSizeInReferenceUnits(Location, Size)
Declaration
public virtual Size GetSizeInReferenceUnits(Location basePoint, Size size)
Parameters
Location
basePoint
|
Windows.
|
Returns
Windows.
|
Implements
LogicalToGeographic(Point)
Declaration
public virtual Location LogicalToGeographic(Point logicalPoint)
Parameters
Windows.
|