C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.WebMercatorProjectionService

Inheritance: IProjectionService
显示文件 Open project: Esri/arcgis-toolkit-sl-wpf

Public Methods

Method Description
ProjectAsync ( IEnumerable graphics, SpatialReference outSpatialReference ) : void

Private Methods

Method Description
Project ( System.Windows.Media.Geometry geometry, SpatialReference outSpatialReference ) : Geometry.Geometry

Projects the specified geometry.

Method Details

ProjectAsync() public method

public ProjectAsync ( IEnumerable graphics, SpatialReference outSpatialReference ) : void
graphics IEnumerable
outSpatialReference SpatialReference
return void