C# 클래스 Geowigo.Utils.WherigoExtensions

파일 보기 프로젝트 열기: WFoundation/WF.Player.WinPhone

공개 메소드들

메소드 설명
GetDebugIdentification ( this c ) : string

Gets a displayable identification of this cartridge.

GetFullAuthor ( this c ) : string

Gets a displayable full name of the author of this Cartridge.

ToGeoCoordinate ( this zp ) : GeoCoordinate

Gets a GeoCoordinate representing this ZonePoint.

ToGeoCoordinateCollection ( this ezp ) : GeoCoordinateCollection

Gets a LocationCollection representing an enumeration of points.

ToLocationRectangle ( this cb ) : LocationRectangle

Gets a LocationRectangle representing these CoordBounds.

ToZonePoint ( this gc ) : WF.Player.Core.ZonePoint

Gets a ZonePoint representing this GeoCoordinate.

메소드 상세

GetDebugIdentification() 공개 정적인 메소드

Gets a displayable identification of this cartridge.
public static GetDebugIdentification ( this c ) : string
c this
리턴 string

GetFullAuthor() 공개 정적인 메소드

Gets a displayable full name of the author of this Cartridge.
public static GetFullAuthor ( this c ) : string
c this
리턴 string

ToGeoCoordinate() 공개 정적인 메소드

Gets a GeoCoordinate representing this ZonePoint.
public static ToGeoCoordinate ( this zp ) : GeoCoordinate
zp this
리턴 GeoCoordinate

ToGeoCoordinateCollection() 공개 정적인 메소드

Gets a LocationCollection representing an enumeration of points.
public static ToGeoCoordinateCollection ( this ezp ) : GeoCoordinateCollection
ezp this
리턴 GeoCoordinateCollection

ToLocationRectangle() 공개 정적인 메소드

Gets a LocationRectangle representing these CoordBounds.
public static ToLocationRectangle ( this cb ) : LocationRectangle
cb this
리턴 LocationRectangle

ToZonePoint() 공개 정적인 메소드

Gets a ZonePoint representing this GeoCoordinate.
public static ToZonePoint ( this gc ) : WF.Player.Core.ZonePoint
gc this
리턴 WF.Player.Core.ZonePoint