|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.arcsde.data.FIDReader
org.geotools.arcsde.data.FIDReader.ShapeFidReader
public static class FIDReader.ShapeFidReader
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.arcsde.data.FIDReader |
---|
FIDReader.SdeManagedFidReader, FIDReader.ShapeFidReader, FIDReader.UserManagedFidReader |
Field Summary |
---|
Fields inherited from class org.geotools.arcsde.data.FIDReader |
---|
layerName, NULL_READER |
Constructor Summary | |
---|---|
FIDReader.ShapeFidReader(java.lang.String layerName,
java.lang.String shapeColName,
java.lang.String shapeIdColName)
|
Method Summary | |
---|---|
java.lang.String[] |
getPropertiesToFetch(org.opengis.feature.simple.SimpleFeatureType schema)
Overrides to include the geometry column whether it is required by the schema or
not, since we need to get the fid from the geometry id. |
long |
readFid(SdeRow row)
|
Methods inherited from class org.geotools.arcsde.data.FIDReader |
---|
getColumnIndex, getFidColumn, getFidReader, setColumnIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FIDReader.ShapeFidReader(java.lang.String layerName, java.lang.String shapeColName, java.lang.String shapeIdColName)
Method Detail |
---|
public long readFid(SdeRow row) throws java.io.IOException
readFid
in class FIDReader
java.io.IOException
public java.lang.String[] getPropertiesToFetch(org.opengis.feature.simple.SimpleFeatureType schema) throws java.io.IOException
schema
or
not, since we need to get the fid from the geometry id.
getPropertiesToFetch
in class FIDReader
java.io.IOException
- if an arcsde exception is thrown somehow.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |