fr.ifremer.isisfish.map
Class Coordinate

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Float
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.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(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
 

Constructor Detail

Coordinate

public Coordinate()

Coordinate

public Coordinate(float latitude,
                  float longitude)
Method Detail

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.