Class MyPoint

java.lang.Object
  |
  +--uk.ac.leeds.ccg.geotools.GeoShape
        |
        +--uk.ac.leeds.ccg.geotools.GeoPoint
              |
              +--MyPoint

public class MyPoint
extends uk.ac.leeds.ccg.geotools.GeoPoint

See Also:
Serialized Form

Fields inherited from class uk.ac.leeds.ccg.geotools.GeoPoint
x, y
 
Fields inherited from class uk.ac.leeds.ccg.geotools.GeoShape
id, subParts
 
Constructor Summary
MyPoint(int id, double x, double y, int c, double p)
           
MyPoint(int id, double x, double y, int c, int p)
           
 
Method Summary
 int getCases()
           
 double getPop()
           
 void setPop(double p)
           
 
Methods inherited from class uk.ac.leeds.ccg.geotools.GeoPoint
add, contains, dist, divide, equals, getArea, getBounds, getDistance, getPoints, getX, getY, intersects, multiply, setLocation, subtract, toString
 
Methods inherited from class uk.ac.leeds.ccg.geotools.GeoShape
addSubPart, extendBounds, extendBounds, getID, getMultiPartBounds, getNumParts, getPart, isContainedBy, isMultiPart, setBounds
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyPoint

public MyPoint(int id,
               double x,
               double y,
               int c,
               int p)

MyPoint

public MyPoint(int id,
               double x,
               double y,
               int c,
               double p)
Method Detail

setPop

public void setPop(double p)

getPop

public double getPop()

getCases

public int getCases()