public class ProjectionAEP extends java.lang.Object implements Projection
| Modifier and Type | Field and Description |
|---|---|
static Projection |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.gojuno.hexgrid.Point |
geoToPoint(PointGeo geoPoint) |
java.lang.String |
getName() |
PointGeo |
pointToGeo(com.gojuno.hexgrid.Point point) |
java.lang.String |
toString() |
public static final Projection INSTANCE
public java.lang.String getName()
getName in interface Projectionpublic com.gojuno.hexgrid.Point geoToPoint(PointGeo geoPoint)
geoToPoint in interface Projectionpublic PointGeo pointToGeo(com.gojuno.hexgrid.Point point)
pointToGeo in interface Projectionpublic java.lang.String toString()
toString in class java.lang.Object