Package com.luciad.view.lightspeed.layer
Class ALspBoundsInfo
java.lang.Object
com.luciad.view.lightspeed.layer.ALspBoundsInfo
- All Implemented Interfaces:
ILcdCloneable,Cloneable
- Direct Known Subclasses:
ALspViewBoundsInfo,ALspWorldBoundsInfo
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
Returns the domain object.- Returns:
- the domain object
-
clone
Returns a clone of this object. The default implementation delegates toObject.clone().- Specified by:
clonein interfaceILcdCloneable- Overrides:
clonein classObject- Returns:
- an immutable clone of this object.
- See Also:
-