org.geotools.data
Class AbstractAttributeIO

java.lang.Object
  extended byorg.geotools.data.AbstractAttributeIO
Direct Known Subclasses:
ResultSetAttributeIO, ResultSetAttributeReader, WKTAttributeIO

public abstract class AbstractAttributeIO
extends java.lang.Object

Provides support for creating AttributeReaders.

Version:
$Id: AbstractAttributeIO.java,v 1.2 2003/11/04 00:28:49 cholmesny Exp $
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 © 1996-2003 GeoTools. All Rights Reserved.