org.geotools.data
Class AbstractAttributeIO
Object
AbstractAttributeIO
- Direct Known Subclasses:
- ShapefileAttributeReader
public abstract class AbstractAttributeIO
- extends Object
Provides support for creating AttributeReaders.
- Since:
- 2.0
- Author:
- Ian Schneider
- Module:
modules/library/main (gt-main.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metaData
protected AttributeDescriptor[] metaData
AbstractAttributeIO
protected AbstractAttributeIO(AttributeDescriptor[] metaData)
AbstractAttributeIO
protected AbstractAttributeIO(AttributeReader defs)
- Copy the meta-data from this reader, but don't use the reader!!
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.