Interface ILcdXYWorldReference

All Superinterfaces:
Cloneable, ILcdCloneable, Serializable
All Known Implementing Classes:
TLcdCartesianReference, TLcdDHDNGermanGridReference, TLcdGridReference, TLcdLambert1972BelgiumGridReference, TLcdLambertFrenchGridReference, TLcdRD1918DutchGridReference, TLcdSwissGridReference, TLcdUPSGrid, TLcdUTMGrid

public interface ILcdXYWorldReference extends Serializable, ILcdCloneable
ILcdXYWorldReference is a marker interface for all XY world references.
  • Method Details

    • isBoundsAvailable

      boolean isBoundsAvailable()
      Returns if this ILcdXYWorldReference has bounds available.
      Returns:
      true if a 2DEditable bounds is available, false otherwise.
      See Also:
    • get2DEditableBounds

      ILcd2DEditableBounds get2DEditableBounds()
      Returns the bounds of the ILcdXYWorldReference.
      Returns:
      if isBoundsAvailable(), a ILcd2DEditableBounds that contains all the 2D shapes of all the objects in world coordinates using the given ILcdXYWorldReference. Returns only a valid value if isBoundsAvailable() is true;.