thinkgeo.mapsuite.silverlightcore.decimaldegreeshelper

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetDecimalDegreeFromDegreesMinutesSeconds(String)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
degreesMinutesSeconds String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDecimalDegreeFromDegreesMinutesSeconds(DegreesMinutesSeconds)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
degreesMinutesSeconds DegreesMinutesSeconds<!– ThinkGeo.MapSuite.SilverlightCore.DegreesMinutesSeconds –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDecimalDegreeFromDegreesMinutesSeconds(Int32, Int32, Double)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
degrees Int32<!– System.Int32 –>
minutes Int32<!– System.Int32 –>
seconds Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsFromDecimalDegree(Double)

<!– static –>

Return Value

Return Type Description
DegreesMinutesSeconds<!– ThinkGeo.MapSuite.SilverlightCore.DegreesMinutesSeconds –>

Parameters

Name Type Description
decimalDegreesValue Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegree(Double, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
decimalDegreesValue Double<!– System.Double –>
decimals Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegree(Double)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
decimalDegreesValue Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
point Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
decimalPlaces Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegreePoint(Feature)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
point Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
pointShape PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
decimals Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDegreesMinutesSecondsStringFromDecimalDegreePoint(PointShape)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
pointShape PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDistanceFromDecimalDegrees(Double, Double, Double, Double, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
fromLongitude Double<!– System.Double –>
fromLatitude Double<!– System.Double –>
toLongitude Double<!– System.Double –>
toLatitude Double<!– System.Double –>
returningUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDistanceFromDecimalDegrees(PointShape, PointShape, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
fromPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
toPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
returningUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetDistanceFromDecimalDegrees(Feature, Feature, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
fromPointFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
toPointFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
returningUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetLatitudeDifferenceFromDistance(Double, DistanceUnit, Double)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
longitude Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetLongitudeDifferenceFromDistance(Double, DistanceUnit, Double)

<!– static –>

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
distance Double<!– System.Double –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
latitude Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.DecimalDegreesHelper –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.decimaldegreeshelper.1440040134.txt.gz · Last modified: 2015/09/21 03:19 (external edit)