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!
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.
N/A
N/A
N/A
N/A
GetDegreesMinutesSecondsFromDecimalDegree(Double)
This method returns a degrees, minutes and seconds structure from a decimal degree value.
The method allows you pass in a decimal degree number and return the degree, minute, second as variables passed in on the method call.
GetDegreesMinutesSecondsStringFromDecimalDegree(Double)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value.
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“.
GetDegreesMinutesSecondsStringFromDecimalDegree(Double,Int32)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value and a specified precision.
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”.
GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value.
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' 29E 36?20' 42
N”.
GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape,Int32)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value.
None
GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature,Int32)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value.
None
GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature)
This method returns a string representation in degrees, minutes and seconds from a decimal degree value.
None
GetDecimalDegreeFromDegreesMinutesSeconds(String)
This method returns a decimal degree value based on a string containing degrees, minutes, and seconds.
If you pass in “75?21' 28''” as a string, then the result will be 75.35777777784.
GetDecimalDegreeFromDegreesMinutesSeconds(DegreesMinutesSeconds)
This method returns a decimal degree value based on a degree, minute and second structure.
If you pass in 75, 21 and 28, the result passed back will be 75.2577777778.
GetDecimalDegreeFromDegreesMinutesSeconds(Int32,Int32,Double)
This method returns a decimal degree value based on a set of degrees, minutes, and seconds.
If you pass in 75, 21 and 28, the result passed back will be 75.2577777778.
GetDistanceFromDecimalDegrees(PointShape,PointShape,DistanceUnit)
This method returns the distance between two decimal degree points.
None
GetDistanceFromDecimalDegrees(Feature,Feature,DistanceUnit)
This method returns the distance between two decimal degree points.
None
GetDistanceFromDecimalDegrees(Double,Double,Double,Double,DistanceUnit)
This method returns the distance between two decimal degree points.
None
GetLongitudeDifferenceFromDistance(Double,DistanceUnit,Double)
Calculate the amount of longitude change given a certain distance and latitude.
None
GetLatitudeDifferenceFromDistance(Double,DistanceUnit,Double)
Calculate the amount of longitude change given a certain distance and longitude.
None
N/A
N/A
N/A
dxo=(Double,Double,Double,DistanceUnit,Double)
N/A
N/A
eBo=(PointShape,PointShape,Int32)
N/A
N/A
eRo=(Double,Double,Double,Double,PointShape,DistanceUnit)
N/A
N/A
eho=(Double,Double,Double,Double,PointShape)
N/A
N/A
exo=(Double,Double,DistanceUnit)
N/A
N/A
N/A
N/A