| org.geotools.arcsde.data.ArcSDEFeatureStoreTest
ArcSDEFeatureStoreTest | public class ArcSDEFeatureStoreTest extends TestCase (Code) | | Unit tests for transaction support
author: Gabriel Roldan, Axios Engineering version: $Id: ArcSDEFeatureStoreTest.java 27863 2007-11-12 20:34:34Z desruisseaux $ |
main | public static void main(String[] args)(Code) | | DOCUMENT ME!
Parameters: args - DOCUMENT ME! |
setUp | protected void setUp() throws Exception(Code) | | loads
test-data/testparams.properties into a Properties object, wich is
used to obtain test tables names and is used as parameter to find the DataStore
throws: Exception - DOCUMENT ME! |
testCreateSchema | public void testCreateSchema() throws IOException, SchemaException(Code) | | Tests the creation of new feature types, with CRS and all.
This test also ensures that the arcsde datastore is able of creating
schemas where the geometry attribute is not the last one. This is
important since to do so, the ArcSDE datastore must break the usual way
of creating schemas with the ArcSDE Java API, in which one first
creates the (non spatially enabled) "table" with all the non spatial
attributes and finally
creates the "layer", adding the spatial attribute to the previously
created table. So, this test ensures the datastore correctly works
arround this limitation.
throws: IOException - DOCUMENT ME! throws: SchemaException - DOCUMENT ME! |
testDeleteByAttOnlyFilter | public void testDeleteByAttOnlyFilter() throws Exception(Code) | | Tests that all the features that match a filter based on attribute only
filters (aka non spatial filters), are deleted correctly. This test
assumes that there are no duplicate values in the test data.
throws: Exception - |
testWriterLineString | public void testWriterLineString() throws Exception(Code) | | DOCUMENT ME!
throws: Exception - DOCUMENT ME! |
testWriterMultiLineString | public void testWriterMultiLineString() throws Exception(Code) | | DOCUMENT ME!
throws: Exception - DOCUMENT ME! |
testWriterMultiPoint | public void testWriterMultiPoint() throws Exception(Code) | | DOCUMENT ME!
throws: Exception - DOCUMENT ME! |
testWriterMultiPolygon | public void testWriterMultiPolygon() throws Exception(Code) | | DOCUMENT ME!
throws: Exception - DOCUMENT ME! |
|
|