public interface MissionToJava2DCoord
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