public class UtmPoint extends ProjPoint
| Constructor and Description |
|---|
UtmPoint() |
UtmPoint(double x,
double y) |
UtmPoint(java.awt.geom.Point2D pt) |
UtmPoint(UtmZone zone) |
UtmPoint(UtmZone zone,
double x,
double y) |
UtmPoint(UtmZone zone,
java.awt.geom.Point2D pt) |
| Modifier and Type | Method and Description |
|---|---|
IProjection |
getProjection() |
double |
getX() |
double |
getY() |
void |
reProject(ICoordTrans rp) |
void |
setLocation(double x,
double y) |
java.awt.geom.Point2D |
toGeo() |
java.lang.String |
toString() |
public UtmPoint()
public UtmPoint(double x,
double y)
public UtmPoint(java.awt.geom.Point2D pt)
public UtmPoint(UtmZone zone)
public UtmPoint(UtmZone zone, double x, double y)
public UtmPoint(UtmZone zone, java.awt.geom.Point2D pt)
public IProjection getProjection()
getProjection in class ProjPointpublic void setLocation(double x,
double y)
setLocation in class ProjPoint