.. read some ESRI® stuff
This API enables the access to the widely used ArcView® Shape format by the usage of the OpenSource Shapelib 1.2.9 library written by Framk Warmerdam.
The distribution contains the tha adopted sources and a Makefile to create the DLL and a small demo application under the Borland compiler environment.
To compile this stuff you will need a free BCC 5.5 compiler. You can download this compiler from http://www.borland.com. To create the library change to the directory
\liband modifiy the directory parameters for the delphi and the bcc55 installation in this entries in the
Makefile.bcc. here
BCCROOT=c:\bin\bcc55and here
DCCROOT=C:\Programme\Borland\Delphi5.
The bcc55 as well as the delphi distribution delivers the tool make. Call at commandline
> make -f Makefile.bcc all
to create the toolkit and the library, or
> make -f Makefile.bcc demo
to create the demo file.
This API will be a part of the DSpatial project. For more informations see http://dspatial.sourceforge.net/.
----------------------------------------------------------------------- The copyright of the shaplib ist maintained by Frank Warmerdam - 1998 The contents of this files are used with permission, subject to the LGPL (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at the file ..\lib\LICENSE.LGPL ----------------------------------------------------------------------- Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -----------------------------------------------------------------------
----------------------------------------------------------------------- The copyright of the Delphi Shapelib API and Demo Programs, holds Alexander Weidauer (c) - III/2003. ----------------------------------------------------------------------- The contents of this files are used with permission, subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License athttp://www.mozilla.org/MPL/MPL-1.1.html
----------------------------------------------------------------------- Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -----------------------------------------------------------------------