Package com.luciad.format.asterix
Class TLcdASTERIXWeatherModelDescriptor
java.lang.Object
com.luciad.format.asterix.ALcdASTERIXModelDescriptor
com.luciad.format.asterix.TLcdASTERIXWeatherModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdDataSourceModelDescriptor<TLcdASTERIXDataSource>,ILcdModelDescriptor,ILcdFeaturedDescriptor,ILcdFeaturedDescriptorProvider,Serializable
This
ILcdModelDescriptor should be used for models with TLcdASTERIXWeatherPicture objects.- Since:
- 2015.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFeaturedDescriptor(ILcdFeatured aFeatured) Gets aILcdFeaturedDescriptorthat describes theILcdFeaturedpassed.Methods inherited from class com.luciad.format.asterix.ALcdASTERIXModelDescriptor
getCategory, getDataModel, getDataSource, getDisplayName, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypes, getScalingFactorProvider, getSourceName, getTransformationProvider, getTypeName, getUAP, setDataSource, setDisplayName, setSourceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasure
-
Method Details
-
getFeaturedDescriptor
Description copied from class:ALcdASTERIXModelDescriptorGets aILcdFeaturedDescriptorthat describes theILcdFeaturedpassed. Please refer to the class comment for additional information.- Specified by:
getFeaturedDescriptorin interfaceILcdFeaturedDescriptorProvider- Overrides:
getFeaturedDescriptorin classALcdASTERIXModelDescriptor- Parameters:
aFeatured- a featured object to retrieve a featured descriptor for.- Returns:
- a
ILcdFeaturedDescriptorthat describes theILcdFeaturedpassed.
-