| name | data type | description | 
|---|---|---|
| longitudeVariable | string | |
| indexVariables | array of IndexVariable | |
| fileName | string | |
| timeFormat | TimeUnit | |
| latitudeVariable | string | |
| timeVariable | string | |
| parameterBindings | DataOverlayParameterBindings | 
Example
{
  "longitudeVariable" : "...",
  "indexVariables" : [ {
    "variable" : "...",
    "name" : "...",
    "displayName" : "..."
  }, {
    "variable" : "...",
    "name" : "...",
    "displayName" : "..."
  } ],
  "fileName" : "...",
  "timeFormat" : "MS_EPOCH",
  "latitudeVariable" : "...",
  "timeVariable" : "...",
  "parameterBindings" : { }
}