Uses of Interface
com.luciad.format.magneticnorth.ILcdMagneticNorthMap
Packages that use ILcdMagneticNorthMap
Package
Description
Contains all classes to create a chart of the magnetic north declination and to perform magnetic north calculations.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
This package contains the abstract super classes for various navigation control implementations.
This package contains the on map navigation controls for a
TLspFXView.This package contains the implementation of the on map navigation controls for an
ILspView.-
Uses of ILcdMagneticNorthMap in com.luciad.format.magneticnorth
Classes in com.luciad.format.magneticnorth that implement ILcdMagneticNorthMapModifier and TypeClassDescriptionclassThis class maps the declination, inclination and total intensity of the magnetic north vector to a given point and date.classThis class is a mapping between the declination, inclination or the total intensity of the magnetic north at a given point and date.Methods in com.luciad.format.magneticnorth that return ILcdMagneticNorthMapModifier and TypeMethodDescriptionALcdMagneticNorthModelDescriptor.getMagneticNorthMap()Returns theILcdMagneticNorthMapused to create this model.Methods in com.luciad.format.magneticnorth with parameters of type ILcdMagneticNorthMapModifier and TypeMethodDescriptionprotected ILcdModelDescriptorTLcdIGRFModelDecoder.createModelDescriptor(ILcdMagneticNorthMap aMap) protected ILcdModelDescriptorTLcdWMMModelDecoder.createModelDescriptor(ILcdMagneticNorthMap aMap) -
Uses of ILcdMagneticNorthMap in com.luciad.format.magneticnorth.gxy
Methods in com.luciad.format.magneticnorth.gxy that return ILcdMagneticNorthMapModifier and TypeMethodDescriptionTLcdMagneticNorthGXYController.getMagneticNorthMap()Returns the magnetic north map this controller is using.Methods in com.luciad.format.magneticnorth.gxy with parameters of type ILcdMagneticNorthMapModifier and TypeMethodDescriptionvoidTLcdMagneticNorthGXYController.setMagneticNorthMap(ILcdMagneticNorthMap aMagneticNorthMap) Sets the magnetic north map this controller will use.Constructors in com.luciad.format.magneticnorth.gxy with parameters of type ILcdMagneticNorthMapModifierConstructorDescriptionTLcdMagneticNorthGXYController(ILcdMagneticNorthMap aMagneticNorthMap) Creates a newTLcdMagneticNorthGXYControllerwith the givenILcdMagneticNorthMap.TLcdMagneticNorthGXYController(Cursor aCursor, ILcdMagneticNorthMap aMagneticNorthMap) Creates a newTLcdMagneticNorthGXYControllerwith the given cursor and the givenILcdMagneticNorthMap.