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

파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 메소드들

메소드 설명
GetRadiusAsPolygonGeodesic ( MapPoint center, double distance, int pointCount ) : Polygon
LoadRss ( Uri feedUri, ICredentials credentials = null, object userToken = null, System clientCertificate = null ) : void

비공개 메소드들

메소드 설명
GetPointFromHeadingGeodesic ( MapPoint start, double distance, double heading ) : MapPoint
GetRadiusGeodesicAsPolyline ( MapPoint center, double distance, int pointCount ) : Polyline
LatitudeAtLongitude ( MapPoint p1, MapPoint p2, double lon ) : double
StringToPoints ( string str ) : PointCollection
wc_OpenReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void

메소드 상세

GetRadiusAsPolygonGeodesic() 공개 정적인 메소드

public static GetRadiusAsPolygonGeodesic ( MapPoint center, double distance, int pointCount ) : Polygon
center MapPoint
distance double
pointCount int
리턴 Polygon

LoadRss() 공개 메소드

public LoadRss ( Uri feedUri, ICredentials credentials = null, object userToken = null, System clientCertificate = null ) : void
feedUri System.Uri
credentials ICredentials
userToken object
clientCertificate System
리턴 void