CATSrsUseItf Interface CATISrsUseCoordinateConverter

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISrsUseCoordinateConverter

Interface to CoordinateConverter feature.

Role: Allows you to access data of CoordinateConverter feature


Method Index


o ConvertAbsoluteCoordToSrsCoord(CATMathPoint&,CATLISTV(CATUnicodeString)&)
Convert Absolute Coordinate To SRS Coordinate
o ConvertSrsCoordToAbsoluteCoord(CATLISTV(CATUnicodeString)&,CATMathPoint&)
Convert SRS Coordinate To Absolute Coordinate

Methods


o ConvertAbsoluteCoordToSrsCoord
public virtual ConvertAbsoluteCoordToSrsCoord( const iPoint,
oluSrsCoordinates)
Convert Absolute Coordinate To SRS Coordinate
Parameters:
iPoint
[in] Point which coordinates are expressed in absolute coordinate (in mm).
oluSrsCoordinates
[out] SRS Coordinates as a list of strings (Plane name + distance to plane) with correct units. The order of the output is CROSS, LONG, DECK.
Returns:
Error code of function.
o ConvertSrsCoordToAbsoluteCoord
public virtual ConvertSrsCoordToAbsoluteCoord( const iluSrsCoordinates,
oPoint)
Convert SRS Coordinate To Absolute Coordinate
Parameters:
iluSrsCoordinates
[in] SRS Coordinates as a list of strings (Plane name + distance to plane) with correct units. The order of the intput should be CROSS, LONG, DECK.
oPoint
[out] Point which coordinates are expressed in absolute coordinate (in mm).
Returns:
Error code of function.

This object is included in the file: CATISrsUseCoordinateConverter.h
If needed, your Imakefile.mk should include the module: CATSrsUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.