public interface MissionToJava2DCoord
Modifier and Type | Method and Description |
---|---|
double |
jLen(double length) |
int |
jLen(int length) |
double |
jX(double missionEasting) |
int |
jX(int missionEasting) |
double |
jY(double missionNorthing) |
int |
jY(int missionNorthing) |
double jX(double missionEasting)
missionEasting
- the y coordinate to convertdouble jY(double missionNorthing)
missionNorthing
- the x coordinate to convertint jX(int missionEasting)
missionEasting
- the y coordinate to convertint jY(int missionNorthing)
missionNorthing
- the x coordinate to convertdouble jLen(double length)
length
- the length between to pointsint jLen(int length)
length
- the length between to points