org.cresques.impl.geo
Class UtmPoint
java.lang.Object
java.awt.geom.Point2D
org.cresques.impl.geo.ProjPoint
org.cresques.impl.geo.UtmPoint
- All Implemented Interfaces:
- Cloneable, Projected
public class UtmPoint
- extends ProjPoint
| Fields inherited from class org.cresques.impl.geo.ProjPoint |
X, Y |
UtmPoint
public UtmPoint()
UtmPoint
public UtmPoint(double x,
double y)
UtmPoint
public UtmPoint(Point2D pt)
UtmPoint
public UtmPoint(UtmZone zone)
UtmPoint
public UtmPoint(UtmZone zone,
double x,
double y)
UtmPoint
public UtmPoint(UtmZone zone,
Point2D pt)
getProjection
public IProjection getProjection()
- Description copied from interface:
Projected
Returns the current projection.
- Specified by:
getProjection in interface Projected- Overrides:
getProjection in class ProjPoint
- Returns:
- current projection
- See Also:
Projected.reProject(ICoordTrans)
reProject
public void reProject(ICoordTrans rp)
- Description copied from interface:
Projected
Changes projection of the graphical information of this object.
- Specified by:
reProject in interface Projected- Overrides:
reProject in class ProjPoint
- Parameters:
rp - transformation coordinates for obtaining the new projection- See Also:
Projected.getProjection()
getX
public double getX()
- Overrides:
getX in class ProjPoint
getY
public double getY()
- Overrides:
getY in class ProjPoint
setLocation
public void setLocation(double x,
double y)
- Overrides:
setLocation in class ProjPoint
toString
public String toString()
- Overrides:
toString in class ProjPoint
toGeo
public Point2D toGeo()
- Overrides:
toGeo in class ProjPoint
Copyright © 2004-2013 gvSIG. All Rights Reserved.