public class Coordinate extends Point2D.Float implements Serializable
Point2D.Double, Point2D.Floatx, y| Constructor and Description |
|---|
Coordinate() |
Coordinate(float latitude,
float longitude) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readObject(ObjectInputStream stream) |
protected void |
writeObject(ObjectOutputStream stream) |
getX, getY, setLocation, setLocation, toStringclone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocationpublic Coordinate()
public Coordinate(float latitude,
float longitude)
protected void writeObject(ObjectOutputStream stream) throws IOException
IOExceptionprotected void readObject(ObjectInputStream stream) throws IOException
IOExceptionCopyright © 1999–2014 CodeLutin. All rights reserved.