Uses of Interface
com.luciad.util.ILcdContentDescriptor
Packages that use 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
Classes in com.luciad.format.dwg that implement ILcdContentDescriptorModifier and TypeClassDescriptionclass
This class implementsILcdModelDescriptor
to describe data in AutoCAD format (with the extensionDWG
). -
Uses of ILcdContentDescriptor in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdContentDescriptorModifier and TypeClassDescriptionclass
This ILcdModelDescriptor can be used to describe model constructed from MapInfo Interchange Format data. -
Uses of ILcdContentDescriptor in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcdContentDescriptorModifier and TypeClassDescriptionclass
ILcdModelDescriptor
,ILcdFeaturedDescriptor
andILcdClassContentDescriptor
implementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder
. -
Uses of ILcdContentDescriptor in com.luciad.util
Subinterfaces of ILcdContentDescriptor in com.luciad.utilModifier and TypeInterfaceDescriptioninterface
This interface describes the content of a object container by means of the classes of the objects contained.