Point2D.Double, Point2D.Float
Constructor and Description |
---|
UtmPoint() |
UtmPoint(double x,
double y) |
UtmPoint(Point2D pt) |
UtmPoint(UtmZone zone) |
UtmPoint(UtmZone zone,
double x,
double y) |
UtmPoint(UtmZone zone,
Point2D pt) |
Modifier and Type | Method and Description |
---|---|
IProjection |
getProjection()
Returns the current projection.
|
double |
getX() |
double |
getY() |
void |
reProject(ICoordTrans rp)
Changes projection of the graphical information of this object.
|
void |
setLocation(double x,
double y) |
Point2D |
toGeo() |
String |
toString() |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
public UtmPoint()
public UtmPoint(double x, double y)
public UtmPoint(Point2D pt)
public UtmPoint(UtmZone zone)
public UtmPoint(UtmZone zone, double x, double y)
public IProjection getProjection()
Projected
Returns the current projection.
getProjection
in interface Projected
getProjection
in class ProjPoint
Projected.reProject(ICoordTrans)
public void reProject(ICoordTrans rp)
Projected
Changes projection of the graphical information of this object.
reProject
in interface Projected
reProject
in class ProjPoint
rp
- transformation coordinates for obtaining the new projectionProjected.getProjection()
public void setLocation(double x, double y)
setLocation
in class ProjPoint