Package com.luciad.format.shp
package com.luciad.format.shp
Handles the shp format.
- Since:
- 1.0
-
ClassDescriptionInterface for Object's representing a ESRI SHP geometry having a measure value.Interface for Object's representing a ESRI SHP geometry having a measure value for each point of the geometry.This class provides access to the data model of the SHP format.Class that allows to read the features of an
Object, read from a SHP file, only when it is needed.This model decoder decodes ESRI shape files.This model decoder decodes ESRI shape files and does lazy loading of elements, based on the client request.ILcdModelDescriptor,ILcdFeaturedDescriptorandILcdClassContentDescriptorimplementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder.ThisILcdModelEncodercreates SHP (ESRI Shapefile) files from anILcdModelfollowing the ESRI Shapefile Technical Description.ATLcdSHPMultiPointZis aILcdPolypointwith a measure value at each of the defining points.ATLcdSHPPointMis a point on the surface having a measure value.ATLcdSHPPointZis a point having a height and a measure value.ATLcdSHPPolygonZis aILcdPolygonwith a measure value at each of the defining points.ATLcdSHPPolygonZis aILcdPolylinewith a measure value at each of the defining points.Utility for converting SHP files into smaller tiles.