Package | Description |
---|---|
org.tinfour.gis.shapefile |
Utilities providing limited access to Shapefiles
|
Modifier and Type | Class and Description |
---|---|
class |
DbfFieldDate
Extends DbfField with special handling for reading date values.
|
class |
DbfFieldDouble
Extends DbfField with special handling for reading numeric values.
|
class |
DbfFieldInt
Extends DbfField with special handling for reading integer values.
|
Modifier and Type | Method and Description |
---|---|
DbfField |
DbfFileReader.getFieldByName(String name)
Get the field matching the specified name
|
Modifier and Type | Method and Description |
---|---|
List<DbfField> |
DbfFileReader.getFields()
Get a safe copy of a list of the fields specified in the DBF file.
|
Modifier and Type | Method and Description |
---|---|
void |
DbfFileReader.readField(int recordNumber,
DbfField field)
Read the content of the file into the field object
|
Copyright © 2021. All rights reserved.