A geodetic coordinate that is defined by its latitude, longitude and altitude

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public struct GeodeticCoordinate : IEquatable<GeodeticCoordinate>
Public Structure GeodeticCoordinate _
	Implements IEquatable(Of GeodeticCoordinate)
public value class GeodeticCoordinate : IEquatable<GeodeticCoordinate>

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GeodeticCoordinate(Double, Double, Double)
Create a geodetic coordinate using the specific values
Addition(GeodeticCoordinate, GeodeticCoordinate)
Compute the sum of two GeodeticCoordinates
Altitude
Altitude (height) in meters
DegreeToRadian(Double)
Convert degree to radian
Empty
Indicates the origin of the Geodetic Coordinate
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Equals(GeodeticCoordinate)
Check if this Geodetic coordinate equals other
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Latitude
Latitude (phi) in radian
Longitude
Longitude (lambda) in radian
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Multiply(GeodeticCoordinate, Double)
Compute coor * scale
RadianToDegree(Double)
Convert radian to degree
Subtraction(GeodeticCoordinate, GeodeticCoordinate)
Compute coor1 - coor2
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

See Also