Plot.Real, Plot.Virtual| Modifier and Type | Field and Description |
|---|---|
VirtualPlot |
virtualPlot |
| Constructor and Description |
|---|
Virtual(VirtualPlot virtualPlot) |
| 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() |
java.lang.String[] |
getValidSchemaEntriesWithVirtualSensors(java.lang.String[] querySchema) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValidSchemaEntries, of, ofpublic final VirtualPlot virtualPlot
public Virtual(VirtualPlot virtualPlot)
public java.util.stream.Stream<Plot> getNearestPlots()
getNearestPlots in interface Plotpublic java.lang.String[] getSensorNames()
getSensorNames in interface Plotpublic boolean existData(java.lang.String sensorName)
public java.lang.String[] getValidSchemaEntriesWithVirtualSensors(java.lang.String[] querySchema)
getValidSchemaEntriesWithVirtualSensors in interface Plotpublic java.lang.String toString()
toString in class java.lang.Objectpublic double getElevation()
getElevation in interface Plot