C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.WebMercatorProjectionService

상속: IProjectionService
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf

공개 메소드들

메소드 설명
ProjectAsync ( IEnumerable graphics, SpatialReference outSpatialReference ) : void

비공개 메소드들

메소드 설명
Project ( System.Windows.Media.Geometry geometry, SpatialReference outSpatialReference ) : Geometry.Geometry

Projects the specified geometry.

메소드 상세

ProjectAsync() 공개 메소드

public ProjectAsync ( IEnumerable graphics, SpatialReference outSpatialReference ) : void
graphics IEnumerable
outSpatialReference SpatialReference
리턴 void