Package com.luciad.util
Interface ILcdClassContentDescriptor
- All Superinterfaces:
ILcdContentDescriptor
- All Known Implementing Classes:
TLcdDWGModelDescriptor
,TLcdMIFModelDescriptor
,TLcdSHPModelDescriptor
This interface describes the content of a object container by means of the classes
of the objects contained.
This interface should be preferred over the deprecated
ILcdContentDescriptor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contentContainsClass
(Class aClass) Returns whether at least one object in the container is an instance of the given class.Methods inherited from interface com.luciad.util.ILcdContentDescriptor
getContentClass, getContentClassCount
-
Method Details
-
contentContainsClass
Returns whether at least one object in the container is an instance of the given class.- Parameters:
aClass
- the class to check.- Returns:
- true when at least one instance of the class is in the object container.
-