Class TimeLocationValueTriple

  • All Implemented Interfaces:
    Comparable<TimeValuePair>

    public class TimeLocationValueTriple
    extends TimeValuePair
    Class that hold the time, the location and the value.
    Since:
    1.0.0
    • Constructor Detail

      • TimeLocationValueTriple

        public TimeLocationValueTriple​(Time time,
                                       Value<?> value,
                                       org.locationtech.jts.geom.Geometry location)
    • Method Detail

      • getLocation

        public org.locationtech.jts.geom.Geometry getLocation()
        Returns:
        the location
      • setLocation

        public void setLocation​(org.locationtech.jts.geom.Geometry location)
        Parameters:
        location - the location to set
      • isSetLocation

        public boolean isSetLocation()