com.partnersoft.io.formats.shapefile
Class ShapefilePoint
java.lang.Object
com.partnersoft.io.formats.shapefile.ShapefileRecord
com.partnersoft.io.formats.shapefile.ShapefilePoint
- All Implemented Interfaces:
- java.io.Serializable
public class ShapefilePoint
- extends ShapefileRecord
A shapefile point record.
- Author:
- Paul Reavis
Copyright 1999 Partner Software, Inc.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapefilePoint
public ShapefilePoint()
ShapefilePoint
public ShapefilePoint(int recordNumber,
double x,
double y)
getX
public double getX()
setX
public void setX(double newX)
getY
public double getY()
setY
public void setY(double newY)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object