public class ShapefileMetadataReporter extends Object
Constructor and Description |
---|
ShapefileMetadataReporter(File target,
boolean suppressEngineeringNotation)
Constructs a reporter for the specified Shapefile
|
Modifier and Type | Method and Description |
---|---|
void |
printReport(PrintStream ps)
Prints a metadata report for the Shapefile to the specified print stream.
|
public ShapefileMetadataReporter(File target, boolean suppressEngineeringNotation)
target
- a valid ShapefilesuppressEngineeringNotation
- indicates that if the Shapefile includes
fields formatted with engineering (exponential) notation, the fields will
be formatted as simple decimal values.public void printReport(PrintStream ps) throws IOException
ps
- a valid print stream to receive the reportIOException
- in the event of a non-recoverable I/O condition.Copyright © 2021. All rights reserved.