| org.geotools.data.shapefile.indexed.TestCaseSupport org.geotools.data.shapefile.indexed.ShapefileDataStoreTest
ShapefileDataStoreTest | public class ShapefileDataStoreTest extends TestCaseSupport (Code) | | version: $Id: ShapefileDataStoreTest.java 29501 2008-02-28 02:36:47Z jgarnett $ author: Ian Schneider |
testAttributesWriting | public void testAttributesWriting() throws Exception(Code) | | |
testCreateAndReadGRX | public void testCreateAndReadGRX() throws Exception(Code) | | |
testCreateAndReadQIX | public void testCreateAndReadQIX() throws Exception(Code) | | |
testEnvelope | public void testEnvelope() throws Exception(Code) | | Test envelope versus old DataSource
|
testGeometriesWriting | public void testGeometriesWriting() throws Exception(Code) | | |
testLoadChineseChars | public void testLoadChineseChars() throws Exception(Code) | | |
testLoadDanishChars | public void testLoadDanishChars() throws Exception(Code) | | |
testRemoveFromBackAndClose | public void testRemoveFromBackAndClose() throws Throwable(Code) | | Create a test file, then continue removing the last entry until there are
no features left.
|
testRemoveFromFrontAndClose | public void testRemoveFromFrontAndClose() throws Throwable(Code) | | Create a test file, then continue removing the first entry until there
are no features left.
|
testTestTransaction | public void testTestTransaction() throws Exception(Code) | | |
testUpdating | public void testUpdating() throws Throwable(Code) | | Create a set of features, then remove every other one, updating the
remaining. Test for removal and proper update after reloading...
|
Fields inherited from org.geotools.data.shapefile.indexed.TestCaseSupport | protected static boolean verbose(Code)(Java Doc)
|
|
|