Package | Description |
---|---|
org.geotools.data.shapefile | |
org.geotools.data.shapefile.dbf |
Modifier and Type | Method and Description |
---|---|
protected static DbaseFileHeader |
ShapefileDataStore.createDbaseHeader(SimpleFeatureType featureType)
Attempt to create a DbaseFileHeader for the FeatureType.
|
Modifier and Type | Method and Description |
---|---|
void |
DbaseFileHeader.addColumn(String inFieldName,
char inFieldType,
int inFieldLength,
int inDecimalCount)
Add a column to this DbaseFileHeader.
|
void |
DbaseFileWriter.write(Object[] record)
Write a single dbase record.
|
Copyright © 1996–2019 Geotools. All rights reserved.