AVCE00

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche

AVCE00 - Arc/Info (binary) Vector Coverage <-> E00 Library

AVCE00 is an Open Source (i.e. Free!) ANSI-C library that makes Arc/Info (binary) Vector Coverages appear as E00! It allows you to read and write binary coverages just as if they were E00 files.

The C library can be easily plugged into existing E00 translators to add support for binary coverages simply by replacing your existing translator's read/write function by the AVCE00ReadNextLine() and AVCE00WriteNextLine() functions provided by the library. See the library documentation for all the details.