Interface ILcdZonalPoint

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdPoint, ILcdShape, Serializable
All Known Subinterfaces:
ILcd2DEditableZonalPoint
All Known Implementing Classes:
TLcdLonLatZonalPoint, TLcdXYZonalPoint

public interface ILcdZonalPoint extends ILcdPoint
Deprecated.
This interface has been deprecated.
An ILcdZonal2DEditablePoint is an ILcd2DEditablePoint that has a zone associated with it. The zone is identified by an integer.
  • Method Details

    • getZone

      int getZone()
      Deprecated.
      Returns the zone of this ILcdZonal2DEditablePoint.
      Returns:
      the zone of this ILcdZonal2DEditablePoint.