public interface Plot
Modifier and Type | Interface and Description |
---|---|
static class |
Plot.Real |
static class |
Plot.Virtual |
Modifier and Type | Method and Description |
---|---|
boolean |
existData() |
boolean |
existData(java.lang.String sensorName) |
double |
getElevation() |
double[] |
getLatLon() |
java.util.stream.Stream<Plot> |
getNearestPlots() |
java.lang.String |
getPlotID() |
java.lang.String[] |
getSensorNames() |
default java.lang.String[] |
getValidSchemaEntries(java.lang.String[] querySchema) |
java.lang.String[] |
getValidSchemaEntriesWithVirtualSensors(java.lang.String[] querySchema) |
static Plot.Real |
of(Station station) |
static Plot.Virtual |
of(VirtualPlot virtualPlot) |
java.util.stream.Stream<Plot> getNearestPlots()
java.lang.String[] getSensorNames()
java.lang.String getPlotID()
boolean existData(java.lang.String sensorName)
boolean existData()
default java.lang.String[] getValidSchemaEntries(java.lang.String[] querySchema)
java.lang.String[] getValidSchemaEntriesWithVirtualSensors(java.lang.String[] querySchema)
double[] getLatLon()
double getElevation()
static Plot.Virtual of(VirtualPlot virtualPlot)