org.geotools.data
Class AbstractAttributeIO

Object
  extended by AbstractAttributeIO
Direct Known Subclasses:
ShapefileAttributeReader

public abstract class AbstractAttributeIO
extends Object

Provides support for creating AttributeReaders.

Since:
2.0
Author:
Ian Schneider
Module:

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

Field Detail

metaData

protected AttributeDescriptor[] metaData
Constructor Detail

AbstractAttributeIO

protected AbstractAttributeIO(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 AttributeDescriptor[] copy(AttributeReader defs)

getAttributeCount

public final int getAttributeCount()

getAttributeType

public final AttributeDescriptor getAttributeType(int position)


Copyright © 1996-2009 Geotools. All Rights Reserved.