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 TypeClassDescriptionclassThisILcdMIFSymbolrepresents a MIF custom bitmap symbol resource.classThisILcdMIFSymbolrepresents a MIF MapInfo 3.0 symbol resource.classThisILcdMIFSymbolrepresents 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 TypeMethodDescriptionvoidTLcdMIFMultipoint.setSymbol(ILcdMIFSymbol aSymbol) Sets the symbol.voidTLcdMIFPoint.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.