ApsGis.dll

Cartesian Methods

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

Public Static Methods

ConvertCartesianToGeodeticOverloaded. Converts a Cartesian coordinate to a Geodetic coordinate on a reference ellipsoid.
ConvertGeodeticToCartesianOverloaded. Converts a Geodetic coordinate to a Cartesian coordinate on a reference ellipsoid.
IsValidCartesianXInM Checks if the provided Cartesian X (in meters) is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidCartesianYInM Checks if the provided Cartesian Y (in meters) is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidCartesianZInM Checks if the provided Cartesian Z (in meters) is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidInverseFlattening Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidLatitudeInDeg Checks if the provided latitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidLongitudeInDeg Checks if the provided longitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Cartesian coordinate system.
IsValidPrecision Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the Cartesian 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 Cartesian coordinate system.
ParseCartesianXInM Parses Cartesian X from the provided string.
ParseCartesianYInM Parses Cartesian Y from the provided string.
ParseCartesianZInM Parses Cartesian Z from the provided string.
ParseGeoCoordinateFormat Parses / determines geodetic coordinate format in use from the provided string.
ParseGeodeticHeightInM Parses Geodetic height 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.
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

Cartesian Class | ApsGis Namespace