org.geotools.arcsde.data
Class ArcSDEFeatureReader
java.lang.Object
org.geotools.data.DefaultFeatureReader
org.geotools.arcsde.data.ArcSDEFeatureReader
- All Implemented Interfaces:
- FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
public class ArcSDEFeatureReader
- extends DefaultFeatureReader
FeatureReader optimized for ArcSDE access.
- Since:
- 2.5
- Version:
- $Id: ArcSDEFeatureReader.java 32195 2009-01-09 19:00:35Z groldan $
- Author:
- Gabriel Roldan (TOPP)
Constructor Summary |
ArcSDEFeatureReader(org.geotools.arcsde.data.ArcSDEAttributeReader attributeReader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcSDEFeatureReader
public ArcSDEFeatureReader(org.geotools.arcsde.data.ArcSDEAttributeReader attributeReader)
throws SchemaException
- Throws:
SchemaException
readFeature
protected org.opengis.feature.simple.SimpleFeature readFeature(AttributeReader atts)
throws IllegalAttributeException,
java.io.IOException
- Overrides:
readFeature
in class DefaultFeatureReader
- Throws:
IllegalAttributeException
java.io.IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.