| Package | Description |
|---|---|
| org.gcube.portlets.widgets.netcdfbasicwidgets.client.widgets | |
| org.gcube.portlets.widgets.netcdfbasicwidgets.shared.netcdf |
| Modifier and Type | Method and Description |
|---|---|
Set<RangeData> |
DetailPanel.selecetedRanges() |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.view.client.ProvidesKey<RangeData> |
RangeData.KEY_PROVIDER
The key provider that provides the unique ID of a variable.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RangeData> |
VariableData.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
int |
RangeData.compareTo(RangeData rangeData) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableData.setRanges(ArrayList<RangeData> ranges) |
| Constructor and Description |
|---|
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.