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