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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Property that maps to theimage
element.static final TLcdDataType
The data type of the image property.static final TLcdDataType
The data type of the time and vertical position properties.static final TLcdDataType
The data type of the NetCDF domain objects in aTLcdNetCDFFilteredModel
.static final TLcdDataProperty
Property that maps to thetime
element.static final TLcdDataProperty
Property that maps on thevertical position
element. -
Method Summary
-
Field Details
-
NetCDFType
The data type of the NetCDF domain objects in aTLcdNetCDFFilteredModel
. Domain objects in a NetCDF filtered model areILcdDataObject
instances 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_PROPERTY
andVERTICAL_POSITION_PROPERTY
. -
IMAGE_PROPERTY
Property that maps to theimage
element. 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 thetime
element. 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 position
element. 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
-