User Tools

Site Tools


thinkgeo.mapsuite.core.conversion

This is an old revision of the document!


ThinkGeo.MapSuite.Core.Conversion

This static class provides a conversion method to go to and from different units.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.Conversion

Members Summary

Public Constructors

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

ConvertMeasureUnits(Double,DistanceUnit,DistanceUnit)

  • This method converts from one unit of measure to another.
Remarks
  • None
Return Value
  • Type:Double
  • Description:The return length size, represented in the unit specified in the toUnit parameter.
Parameters
  • amount
    • Type:Double
    • Description:The total length size, represented in the unit specified in the fromUnit parameter.
  • fromUnit
    • Description:The unit of measure for the length in the Amount parameter.
  • toUnit
    • Description:The unit of measure for the result.

ConvertMeasureUnits(Double,AreaUnit,AreaUnit)

  • This method converts from one unit of measure to another.
Remarks
  • None
Return Value
  • Type:Double
  • Description:The return area size, represented in the unit specified in the toUnit parameter.
Parameters
  • amount
    • Type:Double
    • Description:The total area size, represented in the unit specified in the fromUnit parameter.
  • fromUnit
    • Type:AreaUnit
    • Description:The unit of measure for the area in the Amount parameter.
  • toUnit
    • Type:AreaUnit
    • Description:The unit of measure for the result.

ConvertAngleUnits(Double,AngleUnit,AngleUnit)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters
  • angle
    • Type:Double
    • Description:N/A

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

ConvertScreenMeasureUnits(Double,ScreenUnit,ScreenUnit)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters
  • amount
    • Type:Double
    • Description:N/A

ConvertGeographyUnitToDistanceUnit(GeographyUnit)

  • This method returns a DistanceUnit that has been converted from a GeographyUnit.
Remarks
  • None
Return Value
  • Description:This method returns a DistanceUnit that has been converted from a GeographyUnit.
Parameters
  • unit
    • Description:The GeographyUnit you want to convert.

DegreesToRadians(Single)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters
  • degrees
    • Type:Single
    • Description:N/A

GetBearing(PointShape,PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters

GetRegulateAngle(Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:N/A
Parameters
  • angle
    • Type:Double
    • Description:N/A

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.core.conversion.1442909796.txt.gz ยท Last modified: 2015/09/22 08:16 by admin