C# Class Geowigo.Utils.WherigoExtensions

Mostrar archivo Open project: WFoundation/WF.Player.WinPhone

Public Methods

Method Description
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.

Method Details

GetDebugIdentification() public static method

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

GetFullAuthor() public static method

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

ToGeoCoordinate() public static method

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

ToGeoCoordinateCollection() public static method

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

ToLocationRectangle() public static method

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

ToZonePoint() public static method

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