Interface ILcd2DEditableZonalPoint

All Superinterfaces:
Cloneable, ILcd2DEditablePoint, ILcd2DEditableShape, ILcdBounded, ILcdCloneable, ILcdPoint, ILcdShape, ILcdZonalPoint, Serializable
All Known Implementing Classes:
TLcdLonLatZonalPoint, TLcdXYZonalPoint

public interface ILcd2DEditableZonalPoint extends ILcdZonalPoint, ILcd2DEditablePoint
Deprecated.
This interface hes been deprecated.
An ILcdZonal2DEditablePoint is an ILcd2DEditablePoint that has a zone associated with it. It allows to use the same ILcd2DEditablePoint in different zones. This is useful for zonal map projections such as UTM.
  • Method Details

    • setZone

      void setZone(int aZone)
      Deprecated.
      Sets the zone of this ILcdZonal2DEditablePoint.
      Parameters:
      aZone - the new zone of this point.