|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--uk.ac.leeds.ccg.geotools.GeoShape
|
+--uk.ac.leeds.ccg.geotools.GeoPoint
|
+--MyPoint
| 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 |
public MyPoint(int id,
double x,
double y,
int c,
int p)
public MyPoint(int id,
double x,
double y,
int c,
double p)
| Method Detail |
public void setPop(double p)
public double getPop()
public int getCases()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||