Point2D.Double, Point2D.Float| Modifier and Type | Field and Description |
|---|---|
static int |
decimales |
double |
h |
SexaAngle |
Latitude |
SexaAngle |
Longitude |
| Constructor and Description |
|---|
GeoPoint() |
GeoPoint(double x,
double y) |
GeoPoint(Point2D pt) |
GeoPoint(Projection proj,
Point2D pt) |
GeoPoint(SexaAngle sexaangle,
SexaAngle sexaangle1,
double d) |
| 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) |
String |
toString() |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocationpublic static int decimales
public SexaAngle Longitude
public SexaAngle Latitude
public double h
public GeoPoint(SexaAngle sexaangle,
SexaAngle sexaangle1,
double d)
public GeoPoint()
public GeoPoint(double x,
double y)
public GeoPoint(Point2D pt)
public GeoPoint(Projection proj, Point2D pt)
public IProjection getProjection()
ProjectedReturns the current projection.
getProjection in interface ProjectedProjected.reProject(ICoordTrans)public void reProject(ICoordTrans rp)
ProjectedChanges projection of the graphical information of this object.
reProject in interface Projectedrp - transformation coordinates for obtaining the new projectionProjected.getProjection()public void setLocation(double x,
double y)
setLocation in class Point2D