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
ConstructorDescriptionCreates 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:ILcdMIFSymbol
Returns the shape of this symbol.- Specified by:
getShape
in interfaceILcdMIFSymbol
- Returns:
- the shape of this symbol.
-
getColor
Description copied from interface:ILcdMIFSymbol
Returns the color of this symbol.- Specified by:
getColor
in interfaceILcdMIFSymbol
- 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 interfaceILcdMIFSymbol
- Returns:
- the size of this symbol.
-