Class TLcdMIFPoint

All Implemented Interfaces:
ILcdDataObject, ILcdMIFShape, ILcdBounded, ILcdPoint, ILcdShape, ILcd2DEditablePoint, ILcd2DEditableShape, ILcdCloneable, ILcdFeatured, Serializable, Cloneable

public class TLcdMIFPoint extends TLcd2DEditableFeaturedPoint implements ILcdMIFShape
This ILcdMIFShape represents a MIF point. Its type is POINT.
See Also:
  • Constructor Details

    • TLcdMIFPoint

      public TLcdMIFPoint(TLcdMIFPoint aMIFPoint)
      Creates a new TLcdMIFPoint that is a shallow copy of the given point.
      Parameters:
      aMIFPoint - the point to copy.
    • TLcdMIFPoint

      public TLcdMIFPoint(ILcd2DEditablePoint aPoint)
      Creates a new TLcdMIFPoint at the given location, with the default MapInfo 3.0 symbol.
      Parameters:
      aPoint - the position.
    • TLcdMIFPoint

      public TLcdMIFPoint(ILcd2DEditablePoint aPoint, ILcdMIFSymbol aSymbol)
      Creates a new TLcdMIFPoint at the given location and with the given symbol.
      Parameters:
      aPoint - the position.
      aSymbol - the symbol.
  • Method Details