Uses of Class
org.cts.op.transformation.SevenParameterTransformation

Packages that use SevenParameterTransformation
org.cts.op.transformation   
 

Uses of SevenParameterTransformation in org.cts.op.transformation
 

Methods in org.cts.op.transformation that return SevenParameterTransformation
static SevenParameterTransformation SevenParameterTransformation.createBursaWolfTransformation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm)
          Create a Bursa-Wolf transformation with the default precision.
static SevenParameterTransformation SevenParameterTransformation.createBursaWolfTransformation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm, double precision)
          Create a Bursa-Wolf transformation with a specific precision.
static SevenParameterTransformation SevenParameterTransformation.createCoordinateFrameRotation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm)
          Create a CoordinateFrame rotation with the default precision.
static SevenParameterTransformation SevenParameterTransformation.createCoordinateFrameRotation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm, double precision)
          Create a Coordinate Frame rotation with a specific precision.
static SevenParameterTransformation SevenParameterTransformation.createSevenParameterTransformation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm, int rotationConvention, boolean linearized)
          Create a 7-Parameter transformation with a default precision.
static SevenParameterTransformation SevenParameterTransformation.createSevenParameterTransformation(double tx, double ty, double tz, double rx_sec, double ry_sec, double rz_sec, double ds_ppm, int rotationConvention, boolean linearized, double precision)
          Create a 7-parameter transformation with a specific precision.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.