Uses of Interface
com.luciad.format.mif.ILcdMIFSymbol
Package
Description
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Contains a painter provider and a label painter provider for painting MIF
shapes on a 2D view.
-
Uses of ILcdMIFSymbol in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
ThisILcdMIFSymbol
represents a MIF custom bitmap symbol resource.class
ThisILcdMIFSymbol
represents a MIF MapInfo 3.0 symbol resource.class
ThisILcdMIFSymbol
represents a MIF TrueType symbol resource.Modifier and TypeMethodDescriptionTLcdMIFMultipoint.getSymbol()
Returns the symbol.TLcdMIFPoint.getSymbol()
Returns the symbol.Modifier and TypeMethodDescriptionvoid
TLcdMIFMultipoint.setSymbol
(ILcdMIFSymbol aSymbol) Sets the symbol.void
TLcdMIFPoint.setSymbol
(ILcdMIFSymbol aSymbol) Sets the symbol.ModifierConstructorDescriptionTLcdMIFMultipoint
(ILcdMIFSymbol aSymbol) Creates a new TLcdMIFMultiPoint with the given symbol.TLcdMIFPoint
(ILcd2DEditablePoint aPoint, ILcdMIFSymbol aSymbol) Creates a new TLcdMIFPoint at the given location and with the given symbol. -
Uses of ILcdMIFSymbol in com.luciad.format.mif.gxy
Modifier and TypeMethodDescriptionTLcdMIFSymbolIconProvider.getIcon
(ILcdMIFSymbol aMIFSymbol) Returns the icon corresponding to the given MIF symbol.