Class ALspBoundsInfo

java.lang.Object
com.luciad.view.lightspeed.layer.ALspBoundsInfo
All Implemented Interfaces:
ILcdCloneable, Cloneable
Direct Known Subclasses:
ALspViewBoundsInfo, ALspWorldBoundsInfo

public abstract class ALspBoundsInfo extends Object implements ILcdCloneable
Abstract super class for objects that return information about objects interacting with view bounds.
Since:
2012.0
  • Constructor Details

    • ALspBoundsInfo

      public ALspBoundsInfo()
  • Method Details

    • getDomainObject

      public abstract Object getDomainObject()
      Returns the domain object.
      Returns:
      the domain object
    • clone

      public ALspBoundsInfo clone()
      Returns a clone of this object.

      The default implementation delegates to Object.clone().

      Specified by:
      clone in interface ILcdCloneable
      Overrides:
      clone in class Object
      Returns:
      an immutable clone of this object.
      See Also: