| org.geotools.arcsde.data.ArcSDEJavaApiTest
ArcSDEJavaApiTest | public class ArcSDEJavaApiTest extends TestCase (Code) | | Exersices the ArcSDE Java API to ensure our assumptions are correct.
Some of this tests asserts the information from the documentation found on arcsdeonline , and others are needed
to validate our assumptions in the API behavoir due to the very little
documentation ESRI provides about the less obvious things.
author: Gabriel Roldan, Axios Engineering version: $Id: ArcSDEJavaApiTest.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! |
testEmptySQLConstruct | public void testEmptySQLConstruct() throws Exception(Code) | | |
testGenericSeCoordinateReferenceLimits | public void testGenericSeCoordinateReferenceLimits() throws SeException(Code) | | DOCUMENT ME!
throws: SeException - DOCUMENT ME! |
testGetBoundsWhileFetchingRows | public void testGetBoundsWhileFetchingRows() throws Exception(Code) | | DOCUMENT ME!
throws: Exception - DOCUMENT ME! |
testLineStringFormat | public void testLineStringFormat() throws SeException(Code) | | Ensures a linestring SeShape behaves as expected.
throws: SeException - if it is thrown while constructing the SeShape |
testMultiLineStringFormat | public void testMultiLineStringFormat() throws SeException(Code) | | Ensures a multilinestring SeShape behaves as expected.
throws: SeException - if it is thrown while constructing the SeShape |
testMultiPointFormat | public void testMultiPointFormat() throws SeException(Code) | | Ensures a multipoint SeShape behaves as expected.
throws: SeException - if it is thrown while constructing the SeShape |
testMultiPolygonFormat | public void testMultiPolygonFormat() throws SeException(Code) | | Ensures a multipolygon SeShape behaves as expected.
throws: SeException - if it is thrown while constructing the SeShape |
testNullSQLConstruct | public void testNullSQLConstruct() throws Exception(Code) | | |
testPointFormat | public void testPointFormat() throws SeException(Code) | | Ensures a point SeShape behaves as expected.
throws: SeException - if it is thrown while constructing the SeShape |
testPolygonFormat | public void testPolygonFormat() throws SeException(Code) | | Ensures a polygon SeShape behaves as expected, building a simple polygon
and a polygon with a hole.
throws: SeException - if it is thrown while constructing the SeShape |
|
|