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