ApsGis.dll

TM Methods

The methods of the TM class are listed below. For a complete list of TM class members, see the TM Members topic.

Public Static Methods

ConvertGeodeticToTransverseMercatorOverloaded. Converts a Geodetic coordinate to a TM coordinate on a reference ellipsoid.
ConvertTransverseMercatorToGeodeticOverloaded. Converts a TM 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 TM coordinate system.
IsValidInverseFlattening Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the TM coordinate system.
IsValidLatitudeInDegOverloaded. Checks if the provided latitude (in decimal degrees) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system.
IsValidLonitudeInDeg Checks if the provided longitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the TM coordinate system.
IsValidPrecision Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the TM coordinate system.
IsValidRange Checks if the provided geographic coordinate (latitude and longitude in decimal degrees) is valid for TM projection with the central meridian, i.e. if it can be used in GIS calculations in the TM coordinate system.
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 TM coordinate system.
IsValidTmXInMOverloaded. Checks if the provided TM X (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system.
IsValidTmYInMOverloaded. Checks if the provided TM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system.
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.
ParseLatitudeOverloaded. Parses latitude from the provided string for a reference ellipsoid, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLatitudeInDegOverloaded. Parses latitude from the provided string for a reference ellipsoid, assuming that the DecimalDegrees (DD) format is in use.
ParseLatitudeInDmsdOverloaded. Parses latitude from the provided string for a reference ellipsoid, 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.
ParsePrecision Parses precision from the provided string.
ParseSemiMajorAxisAInM Parses semi major axis A of a reference ellipsoid from the provided string.
ParseTmXInMOverloaded. Parses TM X from the provided string for a reference ellipsoid.
ParseTmYInMOverloaded. Parses TM Y from the provided string for a reference ellipsoid.

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

TM Class | ApsGis Namespace