Package com.luciad.format.mif
Class TLcdMIFMapInfo3Symbol
java.lang.Object
com.luciad.format.mif.TLcdMIFMapInfo3Symbol
- All Implemented Interfaces:
ILcdMIFSymbol
This
ILcdMIFSymbol represents a MIF MapInfo 3.0 symbol resource.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a default MAPInfo 3.0 symbol, which is a black star of size 10.TLcdMIFMapInfo3Symbol(int aShape, Color aColor, int aSize) Creates a MAPInfor 3.0 symbol. -
Method Summary
-
Constructor Details
-
TLcdMIFMapInfo3Symbol
public TLcdMIFMapInfo3Symbol()Creates a default MAPInfo 3.0 symbol, which is a black star of size 10. -
TLcdMIFMapInfo3Symbol
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:ILcdMIFSymbolReturns the shape of this symbol.- Specified by:
getShapein interfaceILcdMIFSymbol- Returns:
- the shape of this symbol.
-
getColor
Description copied from interface:ILcdMIFSymbolReturns the color of this symbol.- Specified by:
getColorin interfaceILcdMIFSymbol- Returns:
- the color of this symbol.
-
getSize
public int getSize()Description copied from interface:ILcdMIFSymbolReturns the size of this symbol.- Specified by:
getSizein interfaceILcdMIFSymbol- Returns:
- the size of this symbol.
-