Package com.luciad.format.magneticnorth
Interface ILcdMagneticNorthModel
- All Superinterfaces:
AutoCloseable
,ILcdDisposable
,ILcdFeatured
,ILcdModel
,Serializable
- All Known Implementing Classes:
TLcdMagneticNorthModel
A representation of a chart containing magnetic north lines. On such a line the declination
of the magnetic north vector is constant. Lines are calculated
with a certain interval (e.g. every 5 degrees)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.model.ILcdModel
ILcdModel.Query
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The number of features aILcdMagneticNorthModel
has.static final String[]
An array with a textual representation of the features.static final short
The index of the feature 'id'.static final short
The index of the feature 'name'.Fields inherited from interface com.luciad.model.ILcdModel
FIRE_LATER, FIRE_NOW, NO_EVENT
-
Method Summary
Methods inherited from interface com.luciad.util.ILcdDisposable
close
Methods inherited from interface com.luciad.util.ILcdFeatured
canSetFeature, getFeature, getFeatureCount, setFeature
Methods inherited from interface com.luciad.model.ILcdModel
addElement, addElements, addModelListener, canAddElement, canRemoveElement, dispose, elementChanged, elements, elementsChanged, fireCollectedModelChanges, getModelDescriptor, getModelEncoder, getModelMetadata, getModelReference, query, removeAllElements, removeElement, removeElements, removeModelListener
-
Field Details
-
FEATURE_COUNT
static final int FEATURE_COUNTThe number of features aILcdMagneticNorthModel
has.- See Also:
-
ID
static final short IDThe index of the feature 'id'.- See Also:
-
NAME
static final short NAMEThe index of the feature 'name'.- See Also:
-
FEATURE_NAMES
An array with a textual representation of the features.
-
-
Method Details