| Package | Description |
|---|---|
| org.cts.op.transformation |
| Modifier and Type | Method and Description |
|---|---|
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.createBursaWolfTransformation(double tx,
double ty,
double tz,
double rx_sec,
double ry_sec,
double rz_sec,
double ds_ppm,
SevenParameterTransformation inverse) |
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.
|
SevenParameterTransformation |
SevenParameterTransformation.inverse()
Creates the inverse CoordinateOperation.
|
SevenParameterTransformation |
SevenParameterTransformation.inverse0063() |
SevenParameterTransformation |
SevenParameterTransformation.inverseStandard() |
| Modifier and Type | Method and Description |
|---|---|
static SevenParameterTransformation |
SevenParameterTransformation.createBursaWolfTransformation(double tx,
double ty,
double tz,
double rx_sec,
double ry_sec,
double rz_sec,
double ds_ppm,
SevenParameterTransformation inverse) |
Copyright © 2019 CNRS. All rights reserved.