org.geotools.arcsde.data
Class ArcSDEFeatureReader

Object
  extended by DefaultFeatureReader
      extended by ArcSDEFeatureReader
All Implemented Interfaces:
FeatureReader<SimpleFeatureType,SimpleFeature>

public class ArcSDEFeatureReader
extends DefaultFeatureReader

FeatureReader optimized for ArcSDE access.

Since:
2.5
Author:
Gabriel Roldan (TOPP)
Module:

Field Summary
 
Fields inherited from class DefaultFeatureReader
attributes
 
Constructor Summary
ArcSDEFeatureReader(ArcSDEAttributeReader attributeReader)
           
 
Method Summary
protected  SimpleFeature readFeature(AttributeReader atts)
           
 
Methods inherited from class DefaultFeatureReader
close, createSchema, getFeatureType, hasNext, next
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcSDEFeatureReader

public ArcSDEFeatureReader(ArcSDEAttributeReader attributeReader)
                    throws SchemaException
Throws:
SchemaException
Method Detail

readFeature

protected SimpleFeature readFeature(AttributeReader atts)
                             throws IllegalAttributeException,
                                    IOException
Overrides:
readFeature in class DefaultFeatureReader
Throws:
IllegalAttributeException
IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.