Uses of Interface
com.luciad.util.ILcdClassContentDescriptor
Package
Description
Handles the dwg format.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Handles the shp format.
-
Uses of ILcdClassContentDescriptor in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class implementsILcdModelDescriptor
to describe data in AutoCAD format (with the extensionDWG
). -
Uses of ILcdClassContentDescriptor in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
This ILcdModelDescriptor can be used to describe model constructed from MapInfo Interchange Format data. -
Uses of ILcdClassContentDescriptor in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ILcdModelDescriptor
,ILcdFeaturedDescriptor
andILcdClassContentDescriptor
implementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder
.