Uses of Interface
com.luciad.format.mif.ILcdMIFSymbol
Packages that use 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
Classes in com.luciad.format.mif that implement ILcdMIFSymbolModifier 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.Methods in com.luciad.format.mif that return ILcdMIFSymbolModifier and TypeMethodDescriptionTLcdMIFMultipoint.getSymbol()
Returns the symbol.TLcdMIFPoint.getSymbol()
Returns the symbol.Methods in com.luciad.format.mif with parameters of type ILcdMIFSymbolModifier and TypeMethodDescriptionvoid
TLcdMIFMultipoint.setSymbol
(ILcdMIFSymbol aSymbol) Sets the symbol.void
TLcdMIFPoint.setSymbol
(ILcdMIFSymbol aSymbol) Sets the symbol.Constructors in com.luciad.format.mif with parameters of type ILcdMIFSymbolModifierConstructorDescriptionTLcdMIFMultipoint
(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
Methods in com.luciad.format.mif.gxy with parameters of type ILcdMIFSymbolModifier and TypeMethodDescriptionTLcdMIFSymbolIconProvider.getIcon
(ILcdMIFSymbol aMIFSymbol) Returns the icon corresponding to the given MIF symbol.