Interface ILcdClassContentDescriptor

All Superinterfaces:
ILcdContentDescriptor
All Known Implementing Classes:
TLcdDWGModelDescriptor, TLcdMIFModelDescriptor, TLcdSHPModelDescriptor

public interface ILcdClassContentDescriptor extends ILcdContentDescriptor
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 Details

    • contentContainsClass

      boolean contentContainsClass(Class aClass)
      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.