public abstract class AbstractPofileTrajectoryElement<T> extends Object
| Constructor and Description |
|---|
AbstractPofileTrajectoryElement() |
AbstractPofileTrajectoryElement(List<Value<?>> value) |
AbstractPofileTrajectoryElement(Time phenomenonTime,
org.locationtech.jts.geom.Geometry location,
List<Value<?>> values) |
| Modifier and Type | Method and Description |
|---|---|
T |
addValue(Value<?> value) |
org.locationtech.jts.geom.Geometry |
getLocation() |
Time |
getPhenomenonTime() |
Value<?> |
getSimpleValue() |
List<Value<?>> |
getValue() |
boolean |
isSetLocation() |
boolean |
isSetPhenomenonTime() |
boolean |
isSetValue() |
T |
setLocation(org.locationtech.jts.geom.Geometry location) |
void |
setPhenomenonTime(Time phenomenonTime) |
T |
setValue(List<Value<?>> value) |
public boolean isSetValue()
public Value<?> getSimpleValue()
public org.locationtech.jts.geom.Geometry getLocation()
public T setLocation(org.locationtech.jts.geom.Geometry location)
location - the location to setthispublic boolean isSetLocation()
public Time getPhenomenonTime()
public void setPhenomenonTime(Time phenomenonTime)
phenomenonTime - the phenomenonTime to setpublic boolean isSetPhenomenonTime()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.