public class Coordinate extends Point2D.Float implements Serializable
Point2D.Double, Point2D.Float
x, 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, toString
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
public Coordinate()
public Coordinate(float latitude, float longitude)
protected void writeObject(ObjectOutputStream stream) throws IOException
IOException
protected void readObject(ObjectInputStream stream) throws IOException
IOException
Copyright © 1999–2020 CodeLutin. All rights reserved.