testing
Class AreaCachingTest
java.lang.Object
testing.AreaCachingTest
public class AreaCachingTest
- extends java.lang.Object
|
Field Summary |
(package private) com.vividsolutions.jts.geom.Coordinate[] |
areaCoords
|
protected com.vividsolutions.jts.geom.Geometry |
cachedArea
|
(package private) org.geotools.index.Data |
data
|
(package private) org.geotools.index.DataDefinition |
dataDef
|
(package private) org.geotools.index.rtree.RTree |
dataIndex
|
protected com.vividsolutions.jts.geom.GeometryFactory |
factory
|
(package private) int |
maxX
|
(package private) int |
maxY
|
(package private) int |
minX
|
(package private) int |
minY
|
(package private) org.geotools.index.rtree.memory.MemoryPageStore |
pageStore
|
|
Method Summary |
void |
addRandomRectangle(int iteration,
boolean debug)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cachedArea
protected com.vividsolutions.jts.geom.Geometry cachedArea
factory
protected com.vividsolutions.jts.geom.GeometryFactory factory
minX
int minX
maxX
int maxX
minY
int minY
maxY
int maxY
areaCoords
com.vividsolutions.jts.geom.Coordinate[] areaCoords
pageStore
org.geotools.index.rtree.memory.MemoryPageStore pageStore
dataIndex
org.geotools.index.rtree.RTree dataIndex
dataDef
org.geotools.index.DataDefinition dataDef
data
org.geotools.index.Data data
AreaCachingTest
public AreaCachingTest()
addRandomRectangle
public void addRandomRectangle(int iteration,
boolean debug)
main
public static void main(java.lang.String[] args)
- Parameters:
args -