ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This static class provides a conversion method to go to and from different units.
*System.Object **ThinkGeo.MapSuite.Core.Conversion
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() ![]() | Double, AngleUnit, AngleUnit | ||
![]() ![]() | Double, DistanceUnit, DistanceUnit | This method converts from one unit of measure to another. | |
![]() ![]() | Double, AreaUnit, AreaUnit | This method converts from one unit of measure to another. | |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
<!– static –>
Return Type | Description |
---|---|
Double<!– System.Double –> |
Name | Type | Description |
---|---|---|
angle | Double<!– System.Double –> | |
fromUnit | AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –> | |
toUnit | AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –> |
<!– ThinkGeo.MapSuite.Core.Conversion –> Go Back
<!– static –> This method converts from one unit of measure to another.
This overload handles length units.
Return Type | Description |
---|---|
Double<!– System.Double –> | The return length size, represented in the unit specified in the toUnit parameter. |
Name | Type | Description |
---|---|---|
amount | Double<!– System.Double –> | The total length size, represented in the unit specified in the fromUnit parameter. |
fromUnit | DistanceUnit<!– ThinkGeo.MapSuite.Core.DistanceUnit –> | The unit of measure for the length in the Amount parameter. |
toUnit | DistanceUnit<!– ThinkGeo.MapSuite.Core.DistanceUnit –> | The unit of measure for the result. |
<!– ThinkGeo.MapSuite.Core.Conversion –> Go Back
<!– static –> This method converts from one unit of measure to another.
This overload handles area units.
Return Type | Description |
---|---|
Double<!– System.Double –> | The return area size, represented in the unit specified in the toUnit parameter. |
Name | Type | Description |
---|---|---|
amount | Double<!– System.Double –> | The total area size, represented in the unit specified in the fromUnit parameter. |
fromUnit | AreaUnit<!– ThinkGeo.MapSuite.Core.AreaUnit –> | The unit of measure for the area in the Amount parameter. |
toUnit | AreaUnit<!– ThinkGeo.MapSuite.Core.AreaUnit –> | The unit of measure for the result. |
<!– ThinkGeo.MapSuite.Core.Conversion –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back