|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Coordinates
Abstract interface for coordinates. This interface defines the common methods for all image coordinate systems used.
Method Summary | |
---|---|
double |
dist(Coordinates pos)
Return the distance between this position and the given one in the standard units of the coordinate system being used (arcmin for WorldCoords, pixels for ImageCoords, ...). |
java.lang.String |
getCoordinateSystemName()
Returns the name of the coordinate system as a string. |
double |
getX()
return the X coordinate as a double |
double |
getY()
return the Y coordinate as a double |
java.lang.String |
toString()
Return the coordinates as a string. |
Method Detail |
---|
java.lang.String getCoordinateSystemName()
java.lang.String toString()
toString
in class java.lang.Object
double dist(Coordinates pos)
pos
- The other point.
double getX()
double getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |