Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shapelib definition file #85

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ set(lib_SRC
shptree.c
sbnsearch.c
shapefil.h
shapelib.def
)

add_library(${PACKAGE} ${lib_SRC})
Expand Down
112 changes: 56 additions & 56 deletions shapelib.def
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
LIBRARY shapelib
EXPORTS SHPOpen
SHPCreate
SHPGetInfo
SHPReadObject
SHPWriteObject
SHPDestroyObject
SHPComputeExtents
SHPCreateObject
SHPCreateSimpleObject
SHPClose
SHPWriteHeader
SHPTypeName
SHPPartTypeName
SHPCreateTree
SHPDestroyTree
SHPTreeAddShapeId
SHPTreeTrimExtraNodes
SHPTreeFindLikelyShapes
SHPCheckBoundsOverlap
DBFOpen
DBFCreate
DBFGetFieldCount
DBFGetRecordCount
DBFAddField
DBFGetFieldInfo
DBFReadIntegerAttribute
DBFReadDoubleAttribute
DBFReadStringAttribute
DBFWriteIntegerAttribute
DBFWriteDoubleAttribute
DBFWriteStringAttribute
DBFReadTuple
DBFWriteTuple
DBFCloneEmpty
DBFClose
DBFWriteNULLAttribute
DBFGetFieldIndex
DBFIsAttributeNULL
DBFWriteLogicalAttribute
DBFReadLogicalAttribute
DBFUpdateHeader
DBFGetNativeFieldType
SHPRewindObject
DBFIsRecordDeleted
DBFMarkRecordDeleted
DBFSetLastModifiedDate
DBFSetWriteEndOfFileChar
SHPOpenLLEx
SHPRestoreSHX
SHPSetFastModeReadObject
SBNOpenDiskTree
SBNCloseDiskTree
SBNSearchDiskTree
SBNSearchDiskTreeInteger
SBNSearchFreeIds
EXPORTS
DBFAddField
DBFCloneEmpty
DBFClose
DBFCreate
DBFGetFieldCount
DBFGetFieldIndex
DBFGetFieldInfo
DBFGetNativeFieldType
DBFGetRecordCount
DBFIsAttributeNULL
DBFIsRecordDeleted
DBFMarkRecordDeleted
DBFOpen
DBFReadDoubleAttribute
DBFReadIntegerAttribute
DBFReadLogicalAttribute
DBFReadStringAttribute
DBFReadTuple
DBFSetLastModifiedDate
DBFSetWriteEndOfFileChar
DBFUpdateHeader
DBFWriteDoubleAttribute
DBFWriteIntegerAttribute
DBFWriteLogicalAttribute
DBFWriteNULLAttribute
DBFWriteStringAttribute
DBFWriteTuple
SBNCloseDiskTree
SBNOpenDiskTree
SBNSearchDiskTree
SBNSearchDiskTreeInteger
SBNSearchFreeIds
SHPCheckBoundsOverlap
SHPClose
SHPComputeExtents
SHPCreate
SHPCreateObject
SHPCreateSimpleObject
SHPCreateTree
SHPDestroyObject
SHPDestroyTree
SHPGetInfo
SHPOpen
SHPOpenLLEx
SHPPartTypeName
SHPReadObject
SHPRestoreSHX
SHPRewindObject
SHPSetFastModeReadObject
SHPTreeAddShapeId
SHPTreeFindLikelyShapes
SHPTreeTrimExtraNodes
SHPTypeName
SHPWriteHeader
SHPWriteObject