public class NetCDFDataModel extends Object
| Constructor and Description |
|---|
NetCDFDataModel(String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGlobalAttributeDataDisplay(com.google.gwt.view.client.HasData<AttributeData> display) |
void |
addNetCDFDataEventHandler(NetCDFDataEvent.NetCDFDataEventHandler handler) |
void |
addVariableDataDisplay(com.google.gwt.view.client.HasData<VariableData> display) |
void |
close() |
void |
fireNetCDFDataEvent() |
com.google.gwt.view.client.ListDataProvider<AttributeData> |
getGlobalAttributeDataProvider() |
com.google.gwt.view.client.ListDataProvider<VariableData> |
getVariableDataProvider() |
void |
refreshGlobalAttributeDisplays()
Refresh all displays.
|
void |
refreshVariableDisplays()
Refresh all displays.
|
void |
retrieveData() |
void |
retrieveSampleOfVariable(SampleVariableDataEvent.SampleVariableDataEventHandler handler,
VariableData variableData) |
public NetCDFDataModel(String url)
public void addVariableDataDisplay(com.google.gwt.view.client.HasData<VariableData> display)
public com.google.gwt.view.client.ListDataProvider<VariableData> getVariableDataProvider()
public void addGlobalAttributeDataDisplay(com.google.gwt.view.client.HasData<AttributeData> display)
public com.google.gwt.view.client.ListDataProvider<AttributeData> getGlobalAttributeDataProvider()
public void refreshVariableDisplays()
public void refreshGlobalAttributeDisplays()
public void retrieveData()
public void close()
public void fireNetCDFDataEvent()
public void addNetCDFDataEventHandler(NetCDFDataEvent.NetCDFDataEventHandler handler)
public void retrieveSampleOfVariable(SampleVariableDataEvent.SampleVariableDataEventHandler handler, VariableData variableData)
Copyright © 2018. All Rights Reserved.