Package com.luciad.format.netcdf
Class TLcdNetCDFFilteredModelDataTypes
java.lang.Object
com.luciad.format.netcdf.TLcdNetCDFFilteredModelDataTypes
This class provides access to the data model/types used by
TLcdNetCDFFilteredModel.- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyProperty that maps to theimageelement.static final TLcdDataTypeThe data type of the image property.static final TLcdDataTypeThe data type of the time and vertical position properties.static final TLcdDataTypeThe data type of the NetCDF domain objects in aTLcdNetCDFFilteredModel.static final TLcdDataPropertyProperty that maps to thetimeelement.static final TLcdDataPropertyProperty that maps on thevertical positionelement. -
Method Summary
-
Field Details
-
NetCDFType
The data type of the NetCDF domain objects in aTLcdNetCDFFilteredModel. Domain objects in a NetCDF filtered model areILcdDataObjectinstances that contain these properties:- See Also:
-
ImageType
The data type of the image property. The instance class isALcdImage.class. This type is used as the type ofIMAGE_PROPERTY. -
IntervalType
The data type of the time and vertical position properties. The instance class isTLcdDimensionInterval.class. This type is used as the type ofTIME_PROPERTYandVERTICAL_POSITION_PROPERTY. -
IMAGE_PROPERTY
Property that maps to theimageelement. Acceptable values for this property are instances ofALcdImage. The type of this property isImageType. This property can be used to retrieve the image from the domain objects in the NetCDF filtered model. -
TIME_PROPERTY
Property that maps to thetimeelement. Acceptable values for this property are instances ofTLcdDimensionInterval. The type of this property isIntervalType. This property can be used to retrieve the current time from the domain objects in the NetCDF filtered model. -
VERTICAL_POSITION_PROPERTY
Property that maps on thevertical positionelement. Acceptable values for this property are instances ofTLcdDimensionInterval. The type of this property isIntervalType. This property can be used to retrieve the current vertical position from the domain objects in the NetCDF filtered model.
-
-
Method Details
-
getDataModel
-