| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.view.client.ListDataProvider<AttributeData> |
NetCDFDataModel.getGlobalAttributeDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetCDFDataModel.addGlobalAttributeDataDisplay(com.google.gwt.view.client.HasData<AttributeData> display) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeData> |
InfoPanel.seleceted() |
Set<AttributeData> |
DetailPanel.selecetedAttributes() |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.view.client.ProvidesKey<AttributeData> |
AttributeData.KEY_PROVIDER
The key provider that provides the unique ID of a variable.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AttributeData> |
VariableData.getAttributes() |
ArrayList<AttributeData> |
NetCDFDetailData.getGlobalAttributeDataList() |
| Modifier and Type | Method and Description |
|---|---|
int |
AttributeData.compareTo(AttributeData attributeData) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableData.setAttributes(ArrayList<AttributeData> attributes) |
void |
NetCDFDetailData.setGlobalAttributeDataList(ArrayList<AttributeData> globalAttributeDataList) |
| Constructor and Description |
|---|
NetCDFDetailData(String typeId,
String typeDescription,
String typeVersion,
ArrayList<AttributeData> globalAttributeDataList) |
VariableData(int id,
String fullName,
String units,
String dataType,
String dimensionString,
int rank,
boolean coordinateVariable,
boolean scalar,
boolean immutable,
boolean unlimited,
boolean unsigned,
boolean variableLength,
boolean memberOfStructure,
ArrayList<DimensionData> dimensions,
ArrayList<AttributeData> attributes,
ArrayList<RangeData> ranges) |
Copyright © 2018. All Rights Reserved.