org.geotools.arcsde.data
Class ArcSDEFeatureReader

java.lang.Object
  extended by org.geotools.data.DefaultFeatureReader
      extended by 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)

Field Summary
 
Fields inherited from class org.geotools.data.DefaultFeatureReader
attributes
 
Constructor Summary
ArcSDEFeatureReader(org.geotools.arcsde.data.ArcSDEAttributeReader attributeReader)
           
 
Method Summary
protected  org.opengis.feature.simple.SimpleFeature readFeature(AttributeReader atts)
           
 
Methods inherited from class org.geotools.data.DefaultFeatureReader
close, createSchema, getFeatureType, hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcSDEFeatureReader

public ArcSDEFeatureReader(org.geotools.arcsde.data.ArcSDEAttributeReader attributeReader)
                    throws SchemaException
Throws:
SchemaException
Method Detail

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.