public class PoleCorrection extends Object implements Serializable
This class is a simple container, it does not provide any processing method.
Modifier and Type | Field and Description |
---|---|
static PoleCorrection |
NULL_CORRECTION
Null correction (xp = 0, yp = 0).
|
Constructor and Description |
---|
PoleCorrection(double xpIn,
double ypIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getXp()
Get the xp parameter.
|
double |
getYp()
Get the yp parameter.
|
public static final PoleCorrection NULL_CORRECTION
Copyright © 2021 CNES. All rights reserved.