com.vividsolutions.jts.io.oracle |
JTS IO: Java Topology Suite IO Library
Classes to read and write Oracle SDO_GEOMETRY object structures.
|
Java Source File Name | Type | Comment |
ConnectedTestCase.java | Class | Abstract Test Case. |
Constants.java | Class | Set of constants used to interact with MDSYS.GEOMETRY and JTS Geometries. |
OraReader.java | Class | Creates a
Geometry from an Oracle MDSYS.GEOMETRY object. |
OraWriter.java | Class | Translates a JTS Geometry into an Oracle STRUCT representing an MDSYS.GEOMETRY object. |
StaticLineStringTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiLineStringTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiPointTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiPolygonTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticPointTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticPolygonTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |