Package com.luciad.format.asterix
Class TLcdASTERIXRadarVideoModelDescriptor
java.lang.Object
com.luciad.format.asterix.ALcdASTERIXModelDescriptor
com.luciad.format.asterix.TLcdASTERIXRadarVideoModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdDataSourceModelDescriptor<TLcdASTERIXDataSource>
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,ILcdFeaturedDescriptorProvider
,Serializable
A model descriptor for ASTERIX category 240 radar video models. Radar video models
contain a single element which implements the following interfaces:
ILcdShape
: provides the bounds of the radar video.ILcdOriented
: provides the current orientation of the radar dish.ILcdDataObject
: provides metadata about the radar, such as its identifier.
- Since:
- 2014.1
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdASTERIXRadarVideoModelDescriptor
(TLcdASTERIXDataSource aDataSource, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider) Constructs a new radar video model descriptor for a given data source.TLcdASTERIXRadarVideoModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider) Constructs a new radar video model descriptor for a given filename. -
Method Summary
Modifier and TypeMethodDescriptionReturns the reference provider used to georeference radar video data.Methods inherited from class com.luciad.format.asterix.ALcdASTERIXModelDescriptor
getCategory, getDataModel, getDataSource, getDisplayName, getFeatureClass, getFeatureCount, getFeaturedDescriptor, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypes, getScalingFactorProvider, getSourceName, getTransformationProvider, getTypeName, getUAP, setDataSource, setDisplayName, setSourceName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasure
-
Constructor Details
-
TLcdASTERIXRadarVideoModelDescriptor
public TLcdASTERIXRadarVideoModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider) Constructs a new radar video model descriptor for a given filename.- Parameters:
aSourceName
- The name of the source.aTypeName
- The type of data.aDisplayName
- The display name for the model.aCategory
- The ASTERIX category that corresponds with the data.aUAP
- The User Application Profile (UAP) that corresponds with the data.aReferenceProvider
- The model reference of decoded radar video.
-
TLcdASTERIXRadarVideoModelDescriptor
public TLcdASTERIXRadarVideoModelDescriptor(TLcdASTERIXDataSource aDataSource, String aTypeName, String aDisplayName, ALcdASTERIXCategory aCategory, ALcdASTERIXUserApplicationProfile aUAP, ALcdASTERIXReferenceProvider aReferenceProvider) Constructs a new radar video model descriptor for a given data source.- Parameters:
aDataSource
- The data source containing the source names that were decoded.aTypeName
- The type of data.aDisplayName
- The display name for the model.aCategory
- The ASTERIX category that corresponds with the data.aUAP
- The User Application Profile (UAP) that corresponds with the data.aReferenceProvider
- The model reference of decoded radar video.
-
-
Method Details
-
getReferenceProvider
Returns the reference provider used to georeference radar video data.- Returns:
- the reference provider used to georeference radar video data
- See Also:
-