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, wait
getValidSchemaEntries, of, of
public final VirtualPlot virtualPlot
public Virtual(VirtualPlot virtualPlot)
public java.util.stream.Stream<Plot> getNearestPlots()
getNearestPlots
in interface Plot
public java.lang.String[] getSensorNames()
getSensorNames
in interface Plot
public boolean existData(java.lang.String sensorName)
public java.lang.String[] getValidSchemaEntriesWithVirtualSensors(java.lang.String[] querySchema)
getValidSchemaEntriesWithVirtualSensors
in interface Plot
public java.lang.String toString()
toString
in class java.lang.Object
public double getElevation()
getElevation
in interface Plot