|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.oracle.SDOParser
Class to read the SDO format objects, and convert them to GISToolkit features.
Constructor Summary | |
SDOParser()
Creates a new instance of SDOParser |
Method Summary | |
oracle.sdoapi.geom.Geometry |
convert(Shape inFeature)
Converts an GISToolkit feature to an oracle geometry. |
static Shape |
convertSDO(oracle.sdoapi.geom.Geometry inGeometry)
Converts an oracle geometry to a GISToolkit feature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SDOParser()
Method Detail |
public static Shape convertSDO(oracle.sdoapi.geom.Geometry inGeometry)
public oracle.sdoapi.geom.Geometry convert(Shape inFeature) throws oracle.sdoapi.geom.InvalidGeometryException
oracle.sdoapi.geom.InvalidGeometryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |