Package com.luciad.view
Interface ILcdXYWorldReference
- All Superinterfaces:
Cloneable
,ILcdCloneable
,Serializable
- All Known Implementing Classes:
TLcdCartesianReference
,TLcdDHDNGermanGridReference
,TLcdGridReference
,TLcdLambert1972BelgiumGridReference
,TLcdLambertFrenchGridReference
,TLcdRD1918DutchGridReference
,TLcdSwissGridReference
,TLcdUPSGrid
,TLcdUTMGrid
ILcdXYWorldReference
is a marker interface for all XY world references.-
Method Summary
Modifier and TypeMethodDescriptionReturns the bounds of theILcdXYWorldReference
.boolean
Returns if thisILcdXYWorldReference
has bounds available.Methods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Method Details
-
isBoundsAvailable
boolean isBoundsAvailable()Returns if thisILcdXYWorldReference
has bounds available.- Returns:
true
if a 2DEditable bounds is available, false otherwise.- See Also:
-
get2DEditableBounds
ILcd2DEditableBounds get2DEditableBounds()Returns the bounds of theILcdXYWorldReference
.- Returns:
- if
isBoundsAvailable()
, aILcd2DEditableBounds
that contains all the 2D shapes of all the objects in world coordinates using the givenILcdXYWorldReference
. Returns only a valid value ifisBoundsAvailable()
istrue
;.
-