Uses of Interface
com.luciad.util.ILcdContentDescriptor
Package
Description
Handles the dwg format.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Handles the shp format.
Basic utilities.
-
Uses of ILcdContentDescriptor in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class implementsILcdModelDescriptor
to describe data in AutoCAD format (with the extensionDWG
). -
Uses of ILcdContentDescriptor in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
This ILcdModelDescriptor can be used to describe model constructed from MapInfo Interchange Format data. -
Uses of ILcdContentDescriptor in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ILcdModelDescriptor
,ILcdFeaturedDescriptor
andILcdClassContentDescriptor
implementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder
. -
Uses of ILcdContentDescriptor in com.luciad.util
Modifier and TypeInterfaceDescriptioninterface
This interface describes the content of a object container by means of the classes of the objects contained.