Package | Description |
---|---|
org.tinfour.gis.shapefile |
Utilities providing limited access to Shapefiles
|
Modifier and Type | Method and Description |
---|---|
DbfFileReader |
ShapefileReader.getDbfFileReader()
Get an DBF file reader for the current Shapefile
|
Modifier and Type | Method and Description |
---|---|
int[] |
DbfFieldInt.getUniqueValueArray(DbfFileReader dbf)
Gets an array of unique values for this field.
|
double[] |
DbfFieldDouble.getUniqueValueArray(DbfFileReader dbf)
Gets an array of unique values for this field.
|
ZonedDateTime[] |
DbfFieldDate.getUniqueValueArray(DbfFileReader dbf)
Gets an array of unique values for this field.
|
List<String> |
DbfField.getUniqueValues(DbfFileReader dbf)
Gets the unique values for this field as a list of strings.
|
Copyright © 2021. All rights reserved.