public class Projected extends java.lang.Object implements IProjected
| Modifier and Type | Field and Description |
|---|---|
private java.awt.geom.Point2D.Double |
data |
| Constructor and Description |
|---|
Projected(double east,
double north)
Constructs a new
Projected. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getEast()
Returns easting.
|
double |
getNorth()
Returns northing.
|
int |
hashCode() |
private void |
readObject(java.io.ObjectInputStream in) |
java.lang.String |
toString() |
private void |
writeObject(java.io.ObjectOutputStream out) |
private transient java.awt.geom.Point2D.Double data
public Projected(double east, double north)
Projected.east - eastingnorth - northingpublic double getEast()
IProjectedgetEast in interface IProjectedpublic double getNorth()
IProjectedgetNorth in interface IProjectedprivate void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOExceptionprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object