|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Float
fr.ifremer.isisfish.map.Coordinate
public class Coordinate
Coordinate extends Float point to add serialisation implementation. Created: Mon Apr 22 16:49:52 2002
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Field Summary |
|---|
| Fields inherited from class java.awt.geom.Point2D.Float |
|---|
x, y |
| Constructor Summary | |
|---|---|
Coordinate()
|
|
Coordinate(float latitude,
float longitude)
|
|
| Method Summary | |
|---|---|
protected void |
readObject(ObjectInputStream stream)
|
protected void |
writeObject(ObjectOutputStream stream)
|
| Methods inherited from class java.awt.geom.Point2D.Float |
|---|
getX, getY, setLocation, setLocation, toString |
| Methods inherited from class java.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Coordinate()
public Coordinate(float latitude,
float longitude)
| Method Detail |
|---|
protected void writeObject(ObjectOutputStream stream)
throws IOException
IOException
protected void readObject(ObjectInputStream stream)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||