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:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classObject
- Returns:
- an immutable clone of this object.
- See Also:
-