Interface ISpatialReference
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ISpatialReference
Properties
AngularUnitOfMeasurement
Declaration
double AngularUnitOfMeasurement { get; set; }
Property Value
System.
|
Authority
Declaration
string Authority { get; set; }
Property Value
System.
|
CentralMeridian
Declaration
double CentralMeridian { get; set; }
Property Value
System.
|
Datum
Declaration
string Datum { get; set; }
Property Value
System.
|
DatumAuthority
Declaration
string DatumAuthority { get; set; }
Property Value
System.
|
FalseEasting
Declaration
double FalseEasting { get; set; }
Property Value
System.
|
FalseNorthing
Declaration
double FalseNorthing { get; set; }
Property Value
System.
|
GeoGcs
Declaration
string GeoGcs { get; set; }
Property Value
System.
|
LatitudeOfOrigin
Declaration
double LatitudeOfOrigin { get; set; }
Property Value
System.
|
MaxLatitude
Declaration
double MaxLatitude { get; set; }
Property Value
System.
|
MaxLongitude
Declaration
double MaxLongitude { get; set; }
Property Value
System.
|
MinLatitude
Declaration
double MinLatitude { get; set; }
Property Value
System.
|
MinLongitude
Declaration
double MinLongitude { get; set; }
Property Value
System.
|
Primem
Declaration
double Primem { get; set; }
Property Value
System.
|
PrimemAuthority
Declaration
string PrimemAuthority { get; set; }
Property Value
System.
|
ProjectionAuthority
Declaration
string ProjectionAuthority { get; set; }
Property Value
System.
|
SpheroidAuthority
Declaration
string SpheroidAuthority { get; set; }
Property Value
System.
|
SpheroidFlattening
Declaration
double SpheroidFlattening { get; set; }
Property Value
System.
|
SpheroidRadius
Declaration
double SpheroidRadius { get; set; }
Property Value
System.
|
StandardParallel
Declaration
double StandardParallel { get; set; }
Property Value
System.
|
UnitAuthority
Declaration
string UnitAuthority { get; set; }
Property Value
System.
|
Methods
GeographicToLogical(Location)
Declaration
Point GeographicToLogical(Location geographicPoint)
Parameters
Location
geographicPoint
|
Returns
Windows.
|
GetSizeInKilometers(Location, Size)
Declaration
Size GetSizeInKilometers(Location basePoint, Size size)
Parameters
Location
basePoint
|
Windows.
|
Returns
Windows.
|
GetSizeInReferenceUnits(Location, Size)
Declaration
Size GetSizeInReferenceUnits(Location basePoint, Size size)
Parameters
Location
basePoint
|
Windows.
|
Returns
Windows.
|
LogicalToGeographic(Point)
Declaration
Location LogicalToGeographic(Point logicalPoint)
Parameters
Windows.
|