| org.geotools.data.shapefile.TestCaseSupport org.geotools.data.shapefile.ShapefileDataStoreTest
ShapefileDataStoreTest | public class ShapefileDataStoreTest extends TestCaseSupport (Code) | | version: $Id: ShapefileDataStoreTest.java 26119 2007-07-02 17:41:05Z aaime $ author: Ian Schneider |
charToHex | public static String charToHex(char c)(Code) | | This is useful to dump a UTF16 character to an UT16 escape sequence, basically
the only way to represent the chars we don't have on the keyboard (such as chinese ones :))
Parameters: c - |
testAttributesWriting | public void testAttributesWriting() throws Exception(Code) | | |
testEnvelope | public void testEnvelope() throws Exception(Code) | | Test envelope versus old DataSource
|
testGeometriesWriting | public void testGeometriesWriting() throws Exception(Code) | | |
testGetReaderOptimizations | public void testGetReaderOptimizations() throws Exception(Code) | | Checks if feature reading optimizations still allow to execute the queries or not
throws: Exception - |
testLoadAndCheckParentTypeIsPolygon | public void testLoadAndCheckParentTypeIsPolygon() 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.
|
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...
|
testWriteReadBigNumbers | public void testWriteReadBigNumbers() throws Exception(Code) | | |
testWriteShapefileWithNoRecords | public void testWriteShapefileWithNoRecords() throws Exception(Code) | | |
|
|