Assign | Assigns the coordinates into the system. |
AssignCartesian | Assign the position using the Cartesian representation. |
AssignCylindrical | Assign the position using the Cylindrical representation. |
AssignGeocentric | Assign the position using the Geocentric representation. |
AssignGeodetic | Assign the position using the Geodetic representation. |
AssignPlanetocentric | Assign the position using the Planetocentric representation. |
AssignPlanetodetic | Assign the position using the Planetodetic representation. |
AssignSpherical | Assign the position using the Spherical representation. |
ConvertTo | Changes the position coordinates to type specified. |
QueryCartesian | Get the position using the Cartesian representation. |
QueryCartesianArray | This method is similar to QueryCartesian but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order X(index 0), Y(index 1) and Z(index 2). |
QueryCylindrical | Get the position using the Cylindrical representation. |
QueryCylindricalArray | This method is similar to QueryCylindrical but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Radius(index 0), Lon(index 1) and Z(index 2). |
QueryPlanetocentric | Get the position using the Planetocentric representation. |
QueryPlanetocentricArray | This method is similar to QueryPlanetocentric but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Altitude(index 2). |
QueryPlanetodetic | Get the position using the Planetodetic representation. |
QueryPlanetodeticArray | This method is similar to QueryPlanetodetic but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Altitude(index 2). |
QuerySpherical | Get the position using the Spherical representation. |
QuerySphericalArray | This method is similar to QuerySpherical but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Radius(index 2). |