Package 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:
Serializable
,Cloneable
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
Coordinate
public Coordinate() -
Coordinate
public Coordinate(float latitude, float longitude)
-
-
Method Details
-
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOException
-