Class ShxReader
java.lang.Object
ch.so.agi.gretl.internal.shapefile.core.ShxReader
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()entries()header()static ShxReaderintvoidvalidateAgainstShpHeader(ShapefileHeader shpHeader) voidvalidateRecordCountAgainstDbf(int dbfRecordCount, String inputId)
-
Method Details
-
open
- Throws:
IOExceptionShapefileMappingException
-
header
-
entries
-
recordCount
public int recordCount() -
validateAgainstShpHeader
- Throws:
ShapefileMappingException
-
validateRecordCountAgainstDbf
public void validateRecordCountAgainstDbf(int dbfRecordCount, String inputId) throws ShapefileMappingException - Throws:
ShapefileMappingException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-