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 TypeClassDescriptionclassThis class implementsILcdModelDescriptorto 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassILcdModelDescriptor,ILcdFeaturedDescriptorandILcdClassContentDescriptorimplementation for models containing ESRI shape data decoded with theTLcdSHPModelDecoder. -
Uses of ILcdContentDescriptor in com.luciad.util
Subinterfaces of ILcdContentDescriptor in com.luciad.utilModifier and TypeInterfaceDescriptioninterfaceThis interface describes the content of a object container by means of the classes of the objects contained.