Package com.luciad.format.grib
Class TLcdGRIBBulletinModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdEditableModelListDescriptor
com.luciad.format.grib.TLcdGRIBBulletinModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor
,Serializable
@Deprecated
public class TLcdGRIBBulletinModelDescriptor
extends TLcdEditableModelListDescriptor
implements ILcdModelDescriptor
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This
ILcdModelDescriptor
describes models returned by the
TLcdGRIBBulletinModelDecoder
.
It provides access to the ILcdModelDescriptor
instances
of the GRIB models contained in the GRIB bulletin model.- Since:
- 7.0.17
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdGRIBBulletinModelDescriptor
(String aSourceName, String aDisplayName) Deprecated.Creates a newTLcdGRIBBulletinModelDescriptor
with the given source name and display name. -
Method Summary
Methods inherited from class com.luciad.model.TLcdEditableModelListDescriptor
addModelDescriptor, getModelDescriptor, getModelDescriptorCount, insertModelDescriptorAt, removeAllModelDescriptors, removeModelDescriptor
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Constructor Details
-
TLcdGRIBBulletinModelDescriptor
Deprecated.Creates a newTLcdGRIBBulletinModelDescriptor
with the given source name and display name.- Parameters:
aSourceName
- source name of the GRIB bulletin file.aDisplayName
- display name of the GRIB bulletin file.
-