org.geotools.data
Class AbstractAttributeIO
java.lang.Object
org.geotools.data.AbstractAttributeIO
- Direct Known Subclasses:
- ShapefileAttributeReader
public abstract class AbstractAttributeIO
- extends java.lang.Object
Provides support for creating AttributeReaders.
- Since:
- 2.0
- Version:
- $Id: AbstractAttributeIO.java 30648 2008-06-12 19:22:35Z acuster $
- Author:
- Ian Schneider
Field Summary |
protected org.opengis.feature.type.AttributeDescriptor[] |
metaData
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metaData
protected org.opengis.feature.type.AttributeDescriptor[] metaData
AbstractAttributeIO
protected AbstractAttributeIO(org.opengis.feature.type.AttributeDescriptor[] metaData)
AbstractAttributeIO
protected AbstractAttributeIO(AttributeReader defs)
- Copy the meta-data from this reader, but don't use the reader!!
copy
public static org.opengis.feature.type.AttributeDescriptor[] copy(AttributeReader defs)
getAttributeCount
public final int getAttributeCount()
getAttributeType
public final org.opengis.feature.type.AttributeDescriptor getAttributeType(int position)
Copyright © 1996-2010 Geotools. All Rights Reserved.