====== ThinkGeo.Core.Conversion ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Core.Conversion** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertMeasureUnits(Double,DistanceUnit,DistanceUnit) ** * //N/A// == 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// * Type:[[ThinkGeo.Core.DistanceUnit|DistanceUnit]] * Description:The unit of measure for the length in the Amount parameter. * //toUnit// * Type:[[ThinkGeo.Core.DistanceUnit|DistanceUnit]] * Description:The unit of measure for the result.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertMeasureUnits(Double,AreaUnit,AreaUnit) ** * //N/A// == 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:[[ThinkGeo.Core.AreaUnit|AreaUnit]] * Description:The unit of measure for the area in the Amount parameter. * //toUnit// * Type:[[ThinkGeo.Core.AreaUnit|AreaUnit]] * Description:The unit of measure for the result.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertGeographyUnitToDistanceUnit(GeographyUnit) ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.Core.DistanceUnit|DistanceUnit]] * Description:This method returns a DistanceUnit that has been converted from a GeographyUnit. == Parameters == * //unit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The GeographyUnit you want to convert.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertAngleUnits(Double,AngleUnit,AngleUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //angle// * Type:Double * Description:N/A * //fromUnit// * Type:[[ThinkGeo.Core.AngleUnit|AngleUnit]] * Description:N/A * //toUnit// * Type:[[ThinkGeo.Core.AngleUnit|AngleUnit]] * Description:N/A
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} DegreesToRadians(Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //degrees// * Type:Single * Description:N/A
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====