com.partnersoft.io.formats.shapefile
Class ShapefilePoint

java.lang.Object
  extended by com.partnersoft.io.formats.shapefile.ShapefileRecord
      extended by 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

Constructor Summary
ShapefilePoint()
           
ShapefilePoint(int recordNumber, double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double newX)
           
 void setY(double newY)
           
 java.lang.String toString()
           
 
Methods inherited from class com.partnersoft.io.formats.shapefile.ShapefileRecord
getRecordNumber, getShapeType, setRecordNumber, setShapeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShapefilePoint

public ShapefilePoint()

ShapefilePoint

public ShapefilePoint(int recordNumber,
                      double x,
                      double y)
Method Detail

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