public class TimeLocationValueTriple extends TimeValuePair
| Constructor and Description |
|---|
TimeLocationValueTriple(Time time,
Value<?> value,
org.locationtech.jts.geom.Geometry location) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimeValuePair o) |
boolean |
equals(Object obj) |
org.locationtech.jts.geom.Geometry |
getLocation() |
int |
hashCode() |
boolean |
isSetLocation() |
void |
setLocation(org.locationtech.jts.geom.Geometry location) |
getTime, getValue, setTime, setValuepublic org.locationtech.jts.geom.Geometry getLocation()
public void setLocation(org.locationtech.jts.geom.Geometry location)
location - the location to setpublic boolean isSetLocation()
public int compareTo(TimeValuePair o)
compareTo in interface Comparable<TimeValuePair>compareTo in class TimeValuePairpublic int hashCode()
hashCode in class TimeValuePairpublic boolean equals(Object obj)
equals in class TimeValuePairCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.