Class TLcdMIFMultipoint

All Implemented Interfaces:
ILcdDataObject, ILcdMIFShape, ILcdBounded, ILcdEditableShapeList, ILcdShape, ILcdShapeList, ILcdCache, ILcdCloneable, ILcdFeatured, ILcdInvalidateable, Serializable, Cloneable

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

    • TLcdMIFMultipoint

      public TLcdMIFMultipoint()
      Creates a new TLcdMIFMultiPoint with the default MapInfo 3.0 symbol.
    • TLcdMIFMultipoint

      public TLcdMIFMultipoint(ILcdMIFSymbol aSymbol)
      Creates a new TLcdMIFMultiPoint with the given symbol.
      Parameters:
      aSymbol - the symbol.
  • Method Details