The methods of the Mercator class are listed below. For a complete list of Mercator class members, see the Mercator Members topic.
Public Static Methods
ConvertGeodeticToMercator Overloaded. Converts a Geodetic coordinate to a Mercator coordinate on a reference ellipsoid.
ConvertMercatorToGeodetic Overloaded. Converts a Mercator coordinate to a Geodetic coordinate on a reference ellipsoid.
IsValidCentralMeridianInDeg Checks if the provided central meridian (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidInverseFlattening Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidLatitudeInDeg Checks if the provided latitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidLonitudeInDeg Checks if the provided longitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidMercatorXInM Checks if the provided Mercator X (in meters) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidMercatorYInM Checks if the provided Mercator Y (in meters) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidPrecision Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
IsValidSemiMajorAxisAInM Checks if the provided semi major axis A (in meters) is valid, i.e. if it can be used in GIS calculations in the Mercator projection.
ParseCentralMeridian Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseCentralMeridianInDeg Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format is in use.
ParseCentralMeridianInDmsd Parses central meridian from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseGeoCoordinateFormat Parses / determines geodetic coordinate format in use from the provided string.
ParseInverseFlattening Parses inverse flattening of a reference ellipsoid from the provided string.
ParseLatitude Parses latitude from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLatitudeInDeg Parses latitude from the provided string, assuming that the DecimalDegrees (DD) format is in use.
ParseLatitudeInDmsd Parses latitude from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitude Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitudeInDeg Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format is in use.
ParseLongitudeInDmsd Parses longitude from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseMercatorXInM Parses Mercator X from the provided string.
ParseMercatorYInM Parses Mercator Y from the provided string.
ParsePrecision Parses precision from the provided string.
ParseSemiMajorAxisAInM Parses semi major axis A of a reference ellipsoid from the provided string.
Public Instance Methods
Equals (inherited from Object )Determines whether the specified Object is equal to the current Object .
GetHashCode (inherited from Object )Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object )Gets the Type of the current instance.
ToString (inherited from Object )Returns a String that represents the current Object .
Protected Instance Methods
Finalize (inherited from Object )Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object )Creates a shallow copy of the current Object .
See Also
Mercator Class | ApsGis Namespace