|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.geotools.validation.relate.SpatialTestCase
public class SpatialTestCase
SpatialTestCase
DOCUMENT ME!!
Description:DOCUMENT ME!!
Usage:DOCUMENT ME!!
Field Summary | |
---|---|
protected org.opengis.filter.FilterFactory |
filterFactory
|
protected com.vividsolutions.jts.geom.GeometryFactory |
gf
|
protected ReferencedEnvelope |
lineBounds
|
protected org.opengis.feature.simple.SimpleFeature[] |
lineFeatures
|
protected org.opengis.filter.Filter |
lineFilter
|
protected org.opengis.feature.simple.SimpleFeatureType |
lineType
|
protected com.vividsolutions.jts.geom.LineString |
ls0
|
protected com.vividsolutions.jts.geom.LineString |
ls1
|
protected com.vividsolutions.jts.geom.LineString |
ls2
|
protected com.vividsolutions.jts.geom.LineString |
ls3
|
protected java.lang.String |
namespace
|
Constructor Summary | |
---|---|
SpatialTestCase(java.lang.String arg0)
Constructor for OverlapsIntegrityTest. |
Method Summary | |
---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected com.vividsolutions.jts.geom.GeometryFactory gf
protected org.opengis.feature.simple.SimpleFeatureType lineType
protected org.opengis.feature.simple.SimpleFeature[] lineFeatures
protected ReferencedEnvelope lineBounds
protected com.vividsolutions.jts.geom.LineString ls0
protected com.vividsolutions.jts.geom.LineString ls1
protected com.vividsolutions.jts.geom.LineString ls2
protected com.vividsolutions.jts.geom.LineString ls3
protected java.lang.String namespace
protected org.opengis.filter.FilterFactory filterFactory
protected org.opengis.filter.Filter lineFilter
Constructor Detail |
---|
public SpatialTestCase(java.lang.String arg0)
arg0
- Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
(0,2) (2.6,2)
x x
\ |
\ls1 |ls2
\ |
(1,1)+ +
| |
| |
ls0 | (2,0.1) | ls3
(0,0)x----------+----------+----------+==========x----------x
| | (4,0) (5,0.1)
| |
| |
x x
(1,-1) (2,-1)
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |