Click or drag to resize
FixPhrase Class
doogal.co.uk Home



Represents a coordinate system based on the FixPhrase system.
Inheritance Hierarchy
SystemObject
  DotNetCoordsCoordinateSystem
    DotNetCoordsFixPhrase

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntax
public class FixPhrase : CoordinateSystem

The FixPhrase type exposes the following members.

Constructors
  NameDescription
Public methodFixPhrase(String)
Initializes a new instance of the FixPhrase class with a FixPhrase.
Public methodFixPhrase(LatLng)
Initializes a new instance of the FixPhrase class with a latitude and longitude.
Top
Properties
  NameDescription
Public propertyDatum
Gets the datum.
(Inherited from CoordinateSystem.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToLatLng
Convert a co-ordinate in the co-ordinate system to a point represented by a latitude and longitude and a perpendicular height above (or below) a reference ellipsoid.
(Overrides CoordinateSystemToLatLng.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also