|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectHackMapProjection
public class HackMapProjection
quick-and-dirty projection that is intended to use the "dense" space of floating point values, and tries to make 1 meter the distance represented by 1 internal unit
Field Summary | |
---|---|
static double |
SCALE_X
|
static double |
SCALE_Y
|
Constructor Summary | |
---|---|
HackMapProjection(OSMData osmData)
|
Method Summary | |
---|---|
VectorXZ |
calcPos(double lat,
double lon)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double SCALE_X
public static final double SCALE_Y
Constructor Detail |
---|
public HackMapProjection(OSMData osmData)
Method Detail |
---|
public VectorXZ calcPos(double lat, double lon)
calcPos
in interface MapProjection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |