oracle.spatial.util
Class ShapefileFeatureJGeom
java.lang.Object
oracle.spatial.util.ShapefileFeatureJGeom
-
public class ShapefileFeatureJGeom
- extends java.lang.Object
This class helps to create features from a shapefile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapefileFeatureJGeom
public ShapefileFeatureJGeom()
getRelSchema
public static java.lang.String getRelSchema(DBFReaderJGeom dbf)
getRelSchema
public static java.lang.String getRelSchema(DBFReaderJGeom dbf,
java.lang.String gidName)
getOraFieldNames
public static java.lang.String[] getOraFieldNames(DBFReaderJGeom dbf,
byte[] fieldTypes,
int numFields)
throws java.io.IOException
-
- Throws:
java.io.IOException
fromRecordToFeature
public static java.util.Hashtable fromRecordToFeature(DBFReaderJGeom dbf,
ShapefileReaderJGeom sfr,
byte[] fieldTypes,
int numFields,
int row,
int srid)
throws java.io.IOException
- Convert .dbf columns and .shp bytes into Feature instance.
-
- Throws:
java.io.IOException
Copyright © 2006, Oracle. All Rights Reserved.