public class TrajectoryElement extends AbstractPofileTrajectoryElement<TrajectoryElement> implements Comparable<TrajectoryElement>
| Constructor and Description |
|---|
TrajectoryElement() |
TrajectoryElement(Time phenomenonTime,
org.locationtech.jts.geom.Geometry location,
List<Value<?>> values) |
| Modifier and Type | Method and Description |
|---|---|
<X> Collection<X> |
accept(TrajectoryElementVisitor<X> visitor) |
SweDataRecord |
asDataRecord() |
int |
compareTo(TrajectoryElement o) |
boolean |
equals(Object obj) |
int |
hashCode() |
SweDataRecord |
valueAsDataRecord() |
SweDataRecord |
valueAsDataRecord(SweDataRecord dataRecord) |
addValue, getLocation, getPhenomenonTime, getSimpleValue, getValue, isSetLocation, isSetPhenomenonTime, isSetValue, setLocation, setPhenomenonTime, setValuepublic int compareTo(TrajectoryElement o)
compareTo in interface Comparable<TrajectoryElement>public <X> Collection<X> accept(TrajectoryElementVisitor<X> visitor) throws OwsExceptionReport
OwsExceptionReportpublic SweDataRecord asDataRecord()
public SweDataRecord valueAsDataRecord()
public SweDataRecord valueAsDataRecord(SweDataRecord dataRecord)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.