Class TLcdMIFMapInfo3Symbol

java.lang.Object
com.luciad.format.mif.TLcdMIFMapInfo3Symbol
All Implemented Interfaces:
ILcdMIFSymbol

public class TLcdMIFMapInfo3Symbol extends Object implements ILcdMIFSymbol
This ILcdMIFSymbol represents a MIF MapInfo 3.0 symbol resource.
  • Constructor Details

    • TLcdMIFMapInfo3Symbol

      public TLcdMIFMapInfo3Symbol()
      Creates a default MAPInfo 3.0 symbol, which is a black star of size 10.
    • TLcdMIFMapInfo3Symbol

      public TLcdMIFMapInfo3Symbol(int aShape, Color aColor, int aSize)
      Creates a MAPInfor 3.0 symbol.
      Parameters:
      aShape - the index of the shape in the MIF shape table.
      aColor - the color of the symbol.
      aSize - the size of the symbol.
  • Method Details

    • getShape

      public int getShape()
      Description copied from interface: ILcdMIFSymbol
      Returns the shape of this symbol.
      Specified by:
      getShape in interface ILcdMIFSymbol
      Returns:
      the shape of this symbol.
    • getColor

      public Color getColor()
      Description copied from interface: ILcdMIFSymbol
      Returns the color of this symbol.
      Specified by:
      getColor in interface ILcdMIFSymbol
      Returns:
      the color of this symbol.
    • getSize

      public int getSize()
      Description copied from interface: ILcdMIFSymbol
      Returns the size of this symbol.
      Specified by:
      getSize in interface ILcdMIFSymbol
      Returns:
      the size of this symbol.