Class TemporalExtent

java.lang.Object
org.heigit.ohsome.ohsomeapi.output.metadata.TemporalExtent

public class TemporalExtent extends Object
Represents the result JSON object containing the from- and toTimestamps of the respective data-extract.
  • Constructor Details

    • TemporalExtent

      public TemporalExtent(String fromTimestamp, String toTimestamp)
  • Method Details

    • getFromTimestamp

      public String getFromTimestamp()
    • getToTimestamp

      public String getToTimestamp()