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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a clone of this object.abstract ILcdBounds
Returns 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:ALspBoundsInfo
Returns a clone of this object. The default implementation delegates toObject.clone()
.- Specified by:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classALspBoundsInfo
- Returns:
- an immutable clone of this object.
- See Also:
-