Package com.luciad.format.shp


package com.luciad.format.shp
Handles the shp format.
Since:
1.0
  • Class
    Description
    Interface 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, ILcdFeaturedDescriptor and ILcdClassContentDescriptor implementation for models containing ESRI shape data decoded with the TLcdSHPModelDecoder.
    This ILcdModelEncoder creates SHP (ESRI Shapefile) files from an ILcdModel following the ESRI Shapefile Technical Description.
    A TLcdSHPMultiPointZ is a ILcdPolypoint with a measure value at each of the defining points.
    A TLcdSHPPointM is a point on the surface having a measure value.
    A TLcdSHPPointZ is a point having a height and a measure value.
    A TLcdSHPPolygonZ is a ILcdPolygon with a measure value at each of the defining points.
    A TLcdSHPPolygonZ is a ILcdPolyline with a measure value at each of the defining points.
    Utility for converting SHP files into smaller tiles.