Package com.luciad.view.lightspeed.layer
Class ALspViewBoundsInfo
java.lang.Object
com.luciad.view.lightspeed.layer.ALspBoundsInfo
com.luciad.view.lightspeed.layer.ALspViewBoundsInfo
- All Implemented Interfaces:
ILcdCloneable
,Cloneable
This implementation of
ALspBoundsInfo
offers information about a
representation (geometry) in view space.- Since:
- 2012.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a clone of this object.abstract ILcdBounds
Returns the bounds in view coordinates of the interacting geometry.abstract boolean
hasDepth()
Method indicating whether or not the interacting geometry is painted with or without depth testing.Methods inherited from class com.luciad.view.lightspeed.layer.ALspBoundsInfo
getDomainObject
-
Constructor Details
-
ALspViewBoundsInfo
public ALspViewBoundsInfo()
-
-
Method Details
-
getViewBounds
Returns the bounds in view coordinates of the interacting geometry.- Returns:
- the bounds in view coordinates of the interacting geometry.
-
hasDepth
public abstract boolean hasDepth()Method indicating whether or not the interacting geometry is painted with or without depth testing.- Returns:
- true if the interacting geometry was painted with depth testing, false otherwise.
-
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:
-