Struct GeoPoint
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct GeoPoint
Constructors
GeoPoint(Geometry.Vector3)
Declaration
public GeoPoint(Geometry.Vector3 ecef)
Parameters
Type |
Name |
Description |
Geometry.Vector3 |
ecef |
|
GeoPoint(Double, Double, Double)
Declaration
public GeoPoint(double latitude, double longitude, double altitude)
Parameters
Type |
Name |
Description |
System.Double |
latitude |
|
System.Double |
longitude |
|
System.Double |
altitude |
|
Fields
altitude
Declaration
Field Value
Type |
Description |
System.Double |
|
latitude
Declaration
Field Value
Type |
Description |
System.Double |
|
longitude
Declaration
Field Value
Type |
Description |
System.Double |
|
Methods
Ecef2Geodetic(Geometry.Vector3)
Declaration
public static GeoPoint Ecef2Geodetic(Geometry.Vector3 ecef)
Parameters
Type |
Name |
Description |
Geometry.Vector3 |
ecef |
|
Returns
Enu2Ecef(GeographicFrame, Vector3)
Declaration
public static Geometry.Vector3 Enu2Ecef(GeographicFrame frame, Vector3 enu)
Parameters
Returns
Type |
Description |
Geometry.Vector3 |
|
Geodetic2ecef(GeoPoint)
Declaration
public static Geometry.Vector3 Geodetic2ecef(GeoPoint geo)
Parameters
Returns
Type |
Description |
Geometry.Vector3 |
|