WVPropertyAnnotation

Describes a property of the WVTransform


Declaration

classdef WVPropertyAnnotation < WVAnnotation

Overview

In addition to adding a name, description and detailed description of a given property, you can also specify the properties dimensions, its units, and whether it is a complex number or not. These annotations are used for both online documentation and for writing to NetCDF files.

Note that as a subclass of WVAnnotation, this class looks for a file (name).md in the directory where it is defined another other subdirectories. This file is then read-in to the detailed description that is used on the website.

Topics

  • Initialization
  • Properties
    • dimensions ordered cell array with the names of the dimensions
    • isComplex boolean indicating whether or not the property may have an imaginary part
    • units of the dimension