Class TLcdNetCDFFilteredModelDataTypes

java.lang.Object
com.luciad.format.netcdf.TLcdNetCDFFilteredModelDataTypes

public final class TLcdNetCDFFilteredModelDataTypes extends Object
This class provides access to the data model/types used by TLcdNetCDFFilteredModel.
Since:
2015.0
  • Field Details

    • NetCDFType

      public static final TLcdDataType NetCDFType
      The data type of the NetCDF domain objects in a TLcdNetCDFFilteredModel. Domain objects in a NetCDF filtered model are ILcdDataObject instances that contain these properties:
      See Also:
    • ImageType

      public static final TLcdDataType ImageType
      The data type of the image property. The instance class is ALcdImage.class. This type is used as the type of IMAGE_PROPERTY.
    • IntervalType

      public static final TLcdDataType IntervalType
      The data type of the time and vertical position properties. The instance class is TLcdDimensionInterval.class. This type is used as the type of TIME_PROPERTY and VERTICAL_POSITION_PROPERTY.
    • IMAGE_PROPERTY

      public static final TLcdDataProperty IMAGE_PROPERTY
      Property that maps to the image element. Acceptable values for this property are instances of ALcdImage. The type of this property is ImageType. This property can be used to retrieve the image from the domain objects in the NetCDF filtered model.
    • TIME_PROPERTY

      public static final TLcdDataProperty TIME_PROPERTY
      Property that maps to the time element. Acceptable values for this property are instances of TLcdDimensionInterval. The type of this property is IntervalType. This property can be used to retrieve the current time from the domain objects in the NetCDF filtered model.
    • VERTICAL_POSITION_PROPERTY

      public static final TLcdDataProperty VERTICAL_POSITION_PROPERTY
      Property that maps on the vertical position element. Acceptable values for this property are instances of TLcdDimensionInterval. The type of this property is IntervalType. This property can be used to retrieve the current vertical position from the domain objects in the NetCDF filtered model.
  • Method Details