org.geotools.data.property
Class PropertyFeatureReader

java.lang.Object
  extended byorg.geotools.data.property.PropertyFeatureReader
All Implemented Interfaces:
FeatureReader

public class PropertyFeatureReader
extends java.lang.Object
implements FeatureReader

DOCUMENT ME!

Version:
$Id
Author:
jgarnett

Constructor Summary
PropertyFeatureReader(java.io.File directory, java.lang.String typeName)
          Creates a new PropertyFeatureReader object.
 
Method Summary
 void close()
          DOCUMENT ME!
 FeatureType getFeatureType()
          DOCUMENT ME!
 boolean hasNext()
          DOCUMENT ME!
 Feature next()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFeatureReader

public PropertyFeatureReader(java.io.File directory,
                             java.lang.String typeName)
                      throws java.io.IOException
Creates a new PropertyFeatureReader object.

Parameters:
directory - DOCUMENT ME!
typeName - DOCUMENT ME!
Throws:
java.io.IOException - DOCUMENT ME!
Method Detail

getFeatureType

public FeatureType getFeatureType()
DOCUMENT ME!

Specified by:
getFeatureType in interface FeatureReader
Returns:
DOCUMENT ME!

next

public Feature next()
             throws java.io.IOException,
                    IllegalAttributeException,
                    java.util.NoSuchElementException
DOCUMENT ME!

Specified by:
next in interface FeatureReader
Returns:
DOCUMENT ME!
Throws:
java.io.IOException - DOCUMENT ME!
IllegalAttributeException - DOCUMENT ME!
java.util.NoSuchElementException - DOCUMENT ME!

hasNext

public boolean hasNext()
                throws java.io.IOException
DOCUMENT ME!

Specified by:
hasNext in interface FeatureReader
Returns:
DOCUMENT ME!
Throws:
java.io.IOException - DOCUMENT ME!

close

public void close()
           throws java.io.IOException
DOCUMENT ME!

Specified by:
close in interface FeatureReader
Throws:
java.io.IOException - DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.