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