fr.ifremer.isisfish.map
Class Coordinate
java.lang.Object
java.awt.geom.Point2D
java.awt.geom.Point2D.Float
fr.ifremer.isisfish.map.Coordinate
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class Coordinate
- extends java.awt.geom.Point2D.Float
- implements java.io.Serializable
Coordinate extends Float point to add serialisation implementation.
Created: Mon Apr 22 16:49:52 2002
- Version:
- $Revision: 2771 $
- Author:
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
| Fields inherited from class java.awt.geom.Point2D.Float |
x, y |
|
Method Summary |
protected void |
readObject(java.io.ObjectInputStream stream)
|
protected void |
writeObject(java.io.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 |
Coordinate
public Coordinate()
Coordinate
public Coordinate(float latitude,
float longitude)
writeObject
protected void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
protected void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2010 CodeLutin. All Rights Reserved.