Package com.luciad.view.lightspeed.layer
Class ALspWorldBoundsInfo
java.lang.Object
com.luciad.view.lightspeed.layer.ALspBoundsInfo
com.luciad.view.lightspeed.layer.ALspWorldBoundsInfo
- All Implemented Interfaces:
ILcdCloneable,Cloneable
This implementation of
ALspBoundsInfo offers information about a
representation (geometry) in world space.- Since:
- 2012.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns a clone of this object.abstract ILcdBoundsReturns the bounds in world coordinates of the interacting geometry.Methods inherited from class com.luciad.view.lightspeed.layer.ALspBoundsInfo
getDomainObject
-
Constructor Details
-
ALspWorldBoundsInfo
public ALspWorldBoundsInfo()
-
-
Method Details
-
getWorldBounds
Returns the bounds in world coordinates of the interacting geometry.- Returns:
- the bounds in world coordinates of the interacting geometry
-
clone
Description copied from class:ALspBoundsInfoReturns a clone of this object. The default implementation delegates toObject.clone().- Specified by:
clonein interfaceILcdCloneable- Overrides:
clonein classALspBoundsInfo- Returns:
- an immutable clone of this object.
- See Also:
-