public class AngScale
extends java.lang.Object
| Constructor and Description |
|---|
AngScale() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
double |
scale(double delta)
This function defines an appropriate interval between the grid values,
given the absolute value of the range of the interval.
|
double[] |
scaling(double min,
double max)
Get the desired starting values and scaling interval.
|
void |
setSexagesimal(boolean flag)
Do we want sexagesimal coordinates?
|
void |
setTime(boolean flag)
Do we want coordinates in time?
|
public double scale(double delta)
delta - The range of the coordinate.public double[] scaling(double min,
double max)
min - The minimum coordinate value.max - The maximum coordinate valuepublic void setSexagesimal(boolean flag)
public void setTime(boolean flag)
public static void main(java.lang.String[] args)