| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DatasetOutput<AbstractValue<?>>> |
PlatformOutput.getDatasets() |
| Modifier and Type | Method and Description |
|---|---|
PlatformOutput |
PlatformOutput.setDatasets(OptionalOutput<java.util.Collection<DatasetOutput<AbstractValue<?>>>> series) |
| Modifier and Type | Class and Description |
|---|---|
class |
Data<V extends AbstractValue<?>> |
class |
DatasetMetadata<T extends AbstractValue<?>>
Holds some metadata about a whole data container.
|
class |
DatasetOutput<V extends AbstractValue<?>> |
class |
ReferenceValueOutput<T extends AbstractValue<?>> |
| Modifier and Type | Method and Description |
|---|---|
static <V extends AbstractValue<?>> |
DatasetOutput.create(IoParameters params) |
| Modifier and Type | Method and Description |
|---|---|
void |
Data.addValues(V[] toAdd) |
int |
AbstractValue.compareTo(AbstractValue<T> o) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryValue |
| Modifier and Type | Class and Description |
|---|---|
class |
CountValue |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileValue<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuantityValue |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordValue |
| Modifier and Type | Class and Description |
|---|---|
class |
TextValue |
| Modifier and Type | Method and Description |
|---|---|
DatasetOutput<AbstractValue<?>> |
SamplingObservationOutput.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingObservationOutput.setValue(AbstractValue<?> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingObservationOutput.setDataset(DatasetOutput<AbstractValue<?>> dataset) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataService<T extends Data<? extends AbstractValue<?>>>
Provides access to the actual series data via
IoParameters. |
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.