Package ilog.views.maps.format.shapefile

This package contains classes that you can use to read the ESRI Shapefile format.

See:
          Description

Class Summary
IlvDBFAttributeInfo This class describes the records for .dbf files.
IlvDBFReader This class can be used to read Shapefiles with the .dbf extension.
IlvDBFWriter This class writes the attributes files in .dbf format.
IlvShapeFileIndex This class allows applications to take advantage of ESRI Shapefile index files (.shx files).
IlvShapeFileReader This class can be used to read ESRI Arc/Info Shapefiles.
IlvShapeFileTileLoader This class implements a tile loader to read tiles from an ESRI Shapefile whose spatial index has been created.
IlvShapeFileTiler An IlvShapeFileTiler is used to generate and to save tile information for a given Shapefile.
IlvShapeSpatialIndex An IlvShapeSpatialIndex is used to store and retrieve tile information for a given Shapefile.
IlvSHPReader This class can be used to read Shapefiles with the .shp extension.
IlvSHPWriter This class writes IlvMapFeature to ESRI Shape files.
 

Package ilog.views.maps.format.shapefile Description

This package contains classes that you can use to read the ESRI Shapefile format.

The readers in this package are based on the Shapefile Specifications listed in the ESRI document:
ESRI Shapefile Technical Specifications - An ESRI White Paper - July 1998.

Since ILOG JViews 4.0, a load-on-demand feature has been added. The spatial index files are in a proprietary format, and are not part of the ESRI Shapefile Technical Specifications.

Since:
ILOG JViews 3.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.