org.geotools.data
Class AbstractAttributeIO
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metaData
protected AttributeType[] metaData
AbstractAttributeIO
protected AbstractAttributeIO(AttributeType[] metaData)
AbstractAttributeIO
protected AbstractAttributeIO(AttributeReader defs)
- Copy the meta-data from this reader, but don't use the reader!!
copy
public static AttributeType[] copy(AttributeReader defs)
getAttributeCount
public final int getAttributeCount()
getAttributeType
public final AttributeType getAttributeType(int position)
Copyright © GeoTools. All Rights Reserved.