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
,ILcdFeaturedDescriptor
andILcdClassContentDescriptor
implementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder
.ThisILcdModelEncoder
creates SHP (ESRI Shapefile) files from anILcdModel
following the ESRI Shapefile Technical Description.ATLcdSHPMultiPointZ
is aILcdPolypoint
with a measure value at each of the defining points.ATLcdSHPPointM
is a point on the surface having a measure value.ATLcdSHPPointZ
is a point having a height and a measure value.ATLcdSHPPolygonZ
is aILcdPolygon
with a measure value at each of the defining points.ATLcdSHPPolygonZ
is aILcdPolyline
with a measure value at each of the defining points.Utility for converting SHP files into smaller tiles.