This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.decimaldegreeshelper [2015/09/21 01:02] admin |
thinkgeo.mapsuite.core.decimaldegreeshelper [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.DecimalDegreesHelper ====== | ====== ThinkGeo.MapSuite.Core.DecimalDegreesHelper ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class contains a static routine for converting between degree-minute-second measurement and decimal degree measurement. In essense, it is a routine for converting from a non-decimal degree unit to decimal degree unit distance. | This class contains a static routine for converting between degree-minute-second measurement and decimal degree measurement. In essense, it is a routine for converting from a non-decimal degree unit to decimal degree unit distance. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 22: | Line 25: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 38: | Line 41: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 50: | Line 53: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 59: | Line 62: | ||
== Parameters == | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegreePoint(Feature,Int32) ** | ||
+ | |||
+ | * //This method returns a string representation in degrees and minutes from a decimal degree point.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:This method returns a string representation in degrees and minutes from a decimal degree point. | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | * Description:The feature you want to convert. | ||
+ | |||
+ | * //decimals// | ||
+ | * Type:Int32 | ||
+ | * Description:Number of decimals for the Minutes value | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegreePoint(Feature) ** | ||
+ | |||
+ | * //This method returns a string representation in degrees and minutes from a decimal degree point.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:This method returns a string representation in degrees and minutes from a decimal degree point. | ||
+ | |||
+ | == Parameters == | ||
+ | * //point// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
+ | * Description:The point you want to convert. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegreePoint(PointShape) ** | ||
+ | |||
+ | * //This method returns a string representation in degrees and minutes from a decimal degree point.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:This method returns a string representation in degrees and minutes from a decimal degree point. | ||
+ | |||
+ | == Parameters == | ||
+ | * //pointShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegreePoint(PointShape,Int32) ** | ||
+ | |||
+ | * //This method returns a string representation in degrees and minutes from a decimal degree point.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:This method returns a string representation in degrees and minutes from a decimal degree point. | ||
+ | |||
+ | == Parameters == | ||
+ | * //pointShape// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //decimals// | ||
+ | * Type:Int32 | ||
+ | * Description:Number of decimals for the Minutes value | ||
+ | |||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsFromDecimalDegree(Double) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsFromDecimalDegree(Double) ** | ||
- | This method returns a degrees, minutes and seconds structure from a decimal degree value. | + | * //This method returns a degrees, minutes and seconds structure from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | The method allows you pass in a decimal degree number and return the degree, minute, second as variables passed in on the method call. | + | * //The method allows you pass in a decimal degree number and return the degree, minute, second as variables passed in on the method call.// |
== Return Value == | == Return Value == | ||
Line 78: | Line 153: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegree(Double) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegree(Double) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | Example: If you enter 75.358 as the number of decimal degrees, the result would be 75 degrees, 21 minutes, 28 seconds. Thus, the return string would be 75?21' 28". | + | * //Example: If you enter 75.358 as the number of decimal degrees, the result would be 75 degrees, 21 minutes, 28 seconds. Thus, the return string would be 75?21' 28".// |
== Return Value == | == Return Value == | ||
Line 94: | Line 169: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegree(Double,Int32) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegree(Double,Int32) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value and a specified precision. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value and a specified precision.// |
== Remarks == | == Remarks == | ||
- | Example: If you enter 75.358 as the number of decimal degree and 12 as decimals, the result would be 75 degrees, 21 minutes, 28.80000000015 seconds. Thus, the return string would be 75?21' 28.80000000015". | + | * //Example: If you enter 75.358 as the number of decimal degree and 12 as decimals, the result would be 75 degrees, 21 minutes, 28.80000000015 seconds. Thus, the return string would be 75?21' 28.80000000015".// |
== Return Value == | == Return Value == | ||
Line 114: | Line 189: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | Passing in a point will return the point's location represented in degrees, minutes, and seconds. For example, if the point's location in decimal degrees is (75.358, 36.345), the actual returned string would be "75?21' 29''E 36?20' 42''N". | + | * //Passing in a point will return the point's location represented in degrees, minutes, and seconds. For example, if the point's location in decimal degrees is (75.358, 36.345), the actual returned string would be "75?21' 29''E 36?20' 42''N".// |
== Return Value == | == Return Value == | ||
Line 130: | Line 205: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape,Int32) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape,Int32) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 150: | Line 225: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature,Int32) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature,Int32) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 170: | Line 245: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature) ** | ||
- | This method returns a string representation in degrees, minutes and seconds from a decimal degree value. | + | * //This method returns a string representation in degrees, minutes and seconds from a decimal degree value.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 186: | Line 261: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(String) ** | ||
- | This method returns a decimal degree value based on a string containing degrees, minutes, and seconds. | + | * //This method returns a decimal degree value based on a string containing degrees, minutes, and seconds.// |
== Remarks == | == Remarks == | ||
- | If you pass in "75?21' 28''" as a string, then the result will be 75.35777777784. | + | * //If you pass in "75?21' 28''" as a string, then the result will be 75.35777777784.// |
== Return Value == | == Return Value == | ||
Line 202: | Line 277: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(DegreesMinutesSeconds) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(DegreesMinutesSeconds) ** | ||
- | This method returns a decimal degree value based on a degree, minute and second structure. | + | * //This method returns a decimal degree value based on a degree, minute and second structure.// |
== Remarks == | == Remarks == | ||
- | If you pass in 75, 21 and 28, the result passed back will be 75.2577777778. | + | * //If you pass in 75, 21 and 28, the result passed back will be 75.2577777778.// |
== Return Value == | == Return Value == | ||
Line 218: | Line 293: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(Int32,Int32,Double) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDecimalDegreeFromDegreesMinutesSeconds(Int32,Int32,Double) ** | ||
- | This method returns a decimal degree value based on a set of degrees, minutes, and seconds. | + | * //This method returns a decimal degree value based on a set of degrees, minutes, and seconds.// |
== Remarks == | == Remarks == | ||
- | If you pass in 75, 21 and 28, the result passed back will be 75.2577777778. | + | * //If you pass in 75, 21 and 28, the result passed back will be 75.2577777778.// |
== Return Value == | == Return Value == | ||
Line 242: | Line 317: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(PointShape,PointShape,DistanceUnit) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(PointShape,PointShape,DistanceUnit) ** | ||
- | This method returns the distance between two decimal degree points. | + | * //This method returns the distance between two decimal degree points.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 266: | Line 341: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(Feature,Feature,DistanceUnit) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(Feature,Feature,DistanceUnit) ** | ||
- | This method returns the distance between two decimal degree points. | + | * //This method returns the distance between two decimal degree points.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 290: | Line 365: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(Double,Double,Double,Double,DistanceUnit) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegrees(Double,Double,Double,Double,DistanceUnit) ** | ||
- | This method returns the distance between two decimal degree points. | + | * //This method returns the distance between two decimal degree points.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 322: | Line 397: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetLongitudeDifferenceFromDistance(Double,DistanceUnit,Double) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetLongitudeDifferenceFromDistance(Double,DistanceUnit,Double) ** | ||
- | Calculate the amount of longitude change given a certain distance and latitude. | + | * //Calculate the amount of longitude change given a certain distance and latitude.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 346: | Line 421: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetLatitudeDifferenceFromDistance(Double,DistanceUnit) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetLatitudeDifferenceFromDistance(Double,DistanceUnit) ** | ||
- | Calculate the amount of longitude change given a certain distance and longitude. | + | * //Calculate the amount of longitude change given a certain distance and longitude.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 366: | Line 441: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToMgrs(Double,Double) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToMgrs(Double,Double) ** | ||
- | Convert the input latitude and longitude to MGRS string | + | * //Convert the input latitude and longitude to MGRS string// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 386: | Line 461: | ||
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertFromMgrs(String) ** | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertFromMgrs(String) ** | ||
- | Convert the MGRS string to latitude and longitude | + | * //Convert the MGRS string to latitude and longitude// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 403: | Line 478: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 415: | Line 490: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 425: | Line 500: | ||
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} n2U=(Double,Double,Double,DistanceUnit,Double) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegree(Double) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //decimalDegreesValue// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetDegreesMinutesStringFromDecimalDegree(Double,Int32) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //decimalDegreesValue// | ||
+ | * Type:Double | ||
+ | * Description:N/A | ||
+ | |||
+ | * //decimals// | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetLatitudeFromDistanceAndDegree(Double,Double,Double,DistanceUnit,Double) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
== Return Value == | == Return Value == | ||
Line 436: | Line 547: | ||
== Parameters == | == Parameters == | ||
- | * //oGU=// | + | * //fromLongitude// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //oWU=// | + | * //fromLatitude// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //omU=// | + | * //distance// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //o2U=// | + | * //distanceUnit// |
* Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
* Description:N/A | * Description:N/A | ||
- | * //pGU=// | + | * //degree// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} pWU=(Double,Double,Double,DistanceUnit,Double) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetLongitudeFromDistanceAndDegree(Double,Double,Double,DistanceUnit,Double) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 468: | Line 579: | ||
== Parameters == | == Parameters == | ||
- | * //pmU=// | + | * //fromLongitude// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //p2U=// | + | * //fromLatitude// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //qGU=// | + | * //distance// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //qWU=// | + | * //distanceUnit// |
* Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
* Description:N/A | * Description:N/A | ||
- | * //qmU=// | + | * //degree// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} q2U=(PointShape,PointShape,Int32) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetGreatCircle(PointShape,PointShape,Int32) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 500: | Line 611: | ||
== Parameters == | == Parameters == | ||
- | * //rGU=// | + | * //fromPoint// |
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
* Description:N/A | * Description:N/A | ||
- | * //rWU=// | + | * //toPoint// |
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
* Description:N/A | * Description:N/A | ||
- | * //rmU=// | + | * //count// |
* Type:Int32 | * Type:Int32 | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} r2U=(Double,Double,Double,Double,PointShape,DistanceUnit) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetDistanceFromDecimalDegreesLine(Double,Double,Double,Double,PointShape,DistanceUnit) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 524: | Line 635: | ||
== Parameters == | == Parameters == | ||
- | * //sGU=// | + | * //fromPointX// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //sWU=// | + | * //fromPointY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //smU=// | + | * //toPointX// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //s2U=// | + | * //toPointY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //tGU=// | + | * //pointShape// |
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
* Description:N/A | * Description:N/A | ||
- | * //tWU=// | + | * //lengthUnit// |
* Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} tmU=(Double,Double,Double,Double,PointShape) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetNearestPointFromPointShapeDecimalDegreesLine(Double,Double,Double,Double,PointShape) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 560: | Line 671: | ||
== Parameters == | == Parameters == | ||
- | * //t2U=// | + | * //fromPointX// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //uGU=// | + | * //fromPointY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //uWU=// | + | * //toPointX// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //umU=// | + | * //toPointY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //u2U=// | + | * //pointShape// |
* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} vGU=(Double,Double,DistanceUnit) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetXFromDegreeOnSphere(Double,Double,DistanceUnit) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 592: | Line 703: | ||
== Parameters == | == Parameters == | ||
- | * //vWU=// | + | * //degreeX// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //vmU=// | + | * //degreeY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //v2U=// | + | * //distanceUnit// |
* Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} wGU=(Double,DistanceUnit) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetYFromDegreeOnSphere(Double,DistanceUnit) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 616: | Line 727: | ||
== Parameters == | == Parameters == | ||
- | * //wWU=// | + | * //degreeY// |
* Type:Double | * Type:Double | ||
* Description:N/A | * Description:N/A | ||
- | * //wmU=// | + | * //distanceUnit// |
* Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} w2U=(String) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} AmendDegrees(String) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 636: | Line 747: | ||
== Parameters == | == Parameters == | ||
- | * //xGU=// | + | * //degreesMinutesSeconds// |
* Type:String | * Type:String | ||
* Description:N/A | * Description:N/A |