transforms the given input data tuple, given in the source
coordinate system, according to the internal transformation
rules, into a tuple of transformed coordinates in the
destination coordinate system.
transforms the given input data tuple, given in the source
coordinate system, according to the internal transformation
rules, into a tuple of transformed coordinates in the
destination coordinate system.
Note that both coordinate systems may have different
dimensions, e.g., if a transformation does simply a projection
into a lower-dimensional space.
Parameter aValues
a source tuple of data that is to be
transformed. The length of this sequence must be
equivalent to the dimension of the source coordinate
system.
Returns
the transformed data tuple. The length of this
sequence is equal to the dimension of the output
coordinate system.
Throws
::com::sun::star::lang::IllegalArgumentException
if the dimension of the input vector is not equal to the
dimension given in getSourceDimension.