Uses of Interface
com.luciad.format.magneticnorth.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
Modifier and TypeClassDescriptionclass
This class maps the declination, inclination and total intensity of the magnetic north vector to a given point and date.class
This class is a mapping between the declination, inclination or the total intensity of the magnetic north at a given point and date.Modifier and TypeMethodDescriptionALcdMagneticNorthModelDescriptor.getMagneticNorthMap()
Returns theILcdMagneticNorthMap
used to create this model.Modifier and TypeMethodDescriptionprotected ILcdModelDescriptor
TLcdIGRFModelDecoder.createModelDescriptor
(ILcdMagneticNorthMap aMap) protected ILcdModelDescriptor
TLcdWMMModelDecoder.createModelDescriptor
(ILcdMagneticNorthMap aMap) -
Uses of ILcdMagneticNorthMap in com.luciad.format.magneticnorth.gxy
Modifier and TypeMethodDescriptionTLcdMagneticNorthGXYController.getMagneticNorthMap()
Returns the magnetic north map this controller is using.Modifier and TypeMethodDescriptionvoid
TLcdMagneticNorthGXYController.setMagneticNorthMap
(ILcdMagneticNorthMap aMagneticNorthMap) Sets the magnetic north map this controller will use.ModifierConstructorDescriptionTLcdMagneticNorthGXYController
(ILcdMagneticNorthMap aMagneticNorthMap) Creates a newTLcdMagneticNorthGXYController
with the givenILcdMagneticNorthMap
.TLcdMagneticNorthGXYController
(Cursor aCursor, ILcdMagneticNorthMap aMagneticNorthMap) Creates a newTLcdMagneticNorthGXYController
with the given cursor and the givenILcdMagneticNorthMap
.