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 xp,
double yp)
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 © 2002-2016 CS Systèmes d'information. All rights reserved.