org.geotools.data
Class AbstractAttributeIO

java.lang.Object
  extended by org.geotools.data.AbstractAttributeIO
Direct Known Subclasses:
ShapefileAttributeReader

public abstract class AbstractAttributeIO
extends java.lang.Object

Provides support for creating AttributeReaders.

Since:
2.0
Version:
$Id: AbstractAttributeIO.java 30648 2008-06-12 19:22:35Z acuster $
Author:
Ian Schneider

Field Summary
protected  org.opengis.feature.type.AttributeDescriptor[] metaData
           
 
Constructor Summary
protected AbstractAttributeIO(org.opengis.feature.type.AttributeDescriptor[] metaData)
           
protected AbstractAttributeIO(AttributeReader defs)
          Copy the meta-data from this reader, but don't use the reader!!
 
Method Summary
static org.opengis.feature.type.AttributeDescriptor[] copy(AttributeReader defs)
           
 int getAttributeCount()
           
 org.opengis.feature.type.AttributeDescriptor getAttributeType(int position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaData

protected org.opengis.feature.type.AttributeDescriptor[] metaData
Constructor Detail

AbstractAttributeIO

protected AbstractAttributeIO(org.opengis.feature.type.AttributeDescriptor[] metaData)

AbstractAttributeIO

protected AbstractAttributeIO(AttributeReader defs)
Copy the meta-data from this reader, but don't use the reader!!

Method Detail

copy

public static org.opengis.feature.type.AttributeDescriptor[] copy(AttributeReader defs)

getAttributeCount

public final int getAttributeCount()

getAttributeType

public final org.opengis.feature.type.AttributeDescriptor getAttributeType(int position)


Copyright © 1996-2010 Geotools. All Rights Reserved.