Uses of Class
org.n52.shetland.ogc.om.values.TrajectoryElement
-
Packages that use TrajectoryElement Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of TrajectoryElement in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return types with arguments of type TrajectoryElement Modifier and Type Method Description List<TrajectoryElement>TrajectoryValue. getValue()Value<List<TrajectoryElement>>TrajectoryValue. setUnit(UoM unit)Methods in org.n52.shetland.ogc.om.values with parameters of type TrajectoryElement Modifier and Type Method Description TrajectoryValueTrajectoryValue. addValue(TrajectoryElement value)intTrajectoryElement. compareTo(TrajectoryElement o)Method parameters in org.n52.shetland.ogc.om.values with type arguments of type TrajectoryElement Modifier and Type Method Description TrajectoryValueTrajectoryValue. addValues(List<TrajectoryElement> value)TrajectoryValueTrajectoryValue. setValue(List<TrajectoryElement> value) -
Uses of TrajectoryElement in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type TrajectoryElement Modifier and Type Method Description Collection<T>TrajectoryElementVisitor. visit(TrajectoryElement value)
-