Class Random
java.lang.Object
|
+--SimpleMethod
|
+--Random
- public class Random
- extends SimpleMethod
- implements Method, java.lang.Runnable
Random search method
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Random
public Random()
getParameters
public Parameters getParameters()
- Specified by:
- getParameters in interface Method
getParametersViewer
public ParametersViewer getParametersViewer()
- Specified by:
- getParametersViewer in interface Method
getRaster
public uk.ac.leeds.ccg.raster.Raster getRaster()
- Specified by:
- getRaster in interface Method
toString
public java.lang.String toString()
- Specified by:
- toString in interface Method
- Overrides:
- toString in class java.lang.Object
setSpeed
public void setSpeed(boolean f)
- Specified by:
- setSpeed in interface Method
setRaster
public void setRaster(uk.ac.leeds.ccg.raster.circleRaster r)
setShader
public void setShader(uk.ac.leeds.ccg.geotools.Shader s)
- Specified by:
- setShader in interface Method
setData
public void setData(Database d)
- Specified by:
- setData in interface Method
setSearch
public void setSearch(uk.ac.leeds.ccg.geotools.GeoRectangle rec)
- Specified by:
- setSearch in interface Method
getResults
public Results getResults()
- Specified by:
- getResults in interface Method
run
public void run()
- Specified by:
- run in interface Method
checkCircle
public double checkCircle(uk.ac.leeds.ccg.geotools.GeoCircle cc)