Interface TrajectoryElementVisitor<T>
-
public interface TrajectoryElementVisitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>visit(TrajectoryElement value)
-
-
-
Method Detail
-
visit
Collection<T> visit(TrajectoryElement value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
-