Methods' Summary |
transform |
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.
|
getSourceDimension |
the dimension of the input coordinate sequence that is to be
transformed by the transform() method.
|
getTargetDimension |
the dimension of the output coordinate sequence that is the
result of the transform() method.
|
Methods' Details |
transform
- Description
- 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().
|
|
getSourceDimension
long |
getSourceDimension(); |
- Description
- the dimension of the input coordinate sequence that is to be
transformed by the transform() method.
|
|
getTargetDimension
long |
getTargetDimension(); |
- Description
- the dimension of the output coordinate sequence that is the
result of the transform() method.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.