org.geotools.data
Class AbstractAttributeIO

java.lang.Object
  extended byorg.geotools.data.AbstractAttributeIO
Direct Known Subclasses:
IndexedShapefileDataStore.Reader, ShapefileDataStore.Reader

public abstract class AbstractAttributeIO
extends java.lang.Object

Provides support for creating AttributeReaders.

Version:
$Id: AbstractAttributeIO.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Ian Schneider

Field Summary
protected  AttributeType[] metaData
           
 
Constructor Summary
protected AbstractAttributeIO(AttributeReader defs)
          Copy the meta-data from this reader, but don't use the reader!!
protected AbstractAttributeIO(AttributeType[] metaData)
           
 
Method Summary
static AttributeType[] copy(AttributeReader defs)
           
 int getAttributeCount()
           
 AttributeType 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 AttributeType[] metaData
Constructor Detail

AbstractAttributeIO

protected AbstractAttributeIO(AttributeType[] metaData)

AbstractAttributeIO

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

Method Detail

copy

public static AttributeType[] copy(AttributeReader defs)

getAttributeCount

public final int getAttributeCount()

getAttributeType

public final AttributeType getAttributeType(int position)


Copyright © GeoTools. All Rights Reserved.