Class AbstractPofileTrajectoryElement<T>

    • Constructor Detail

      • AbstractPofileTrajectoryElement

        public AbstractPofileTrajectoryElement()
      • AbstractPofileTrajectoryElement

        public AbstractPofileTrajectoryElement​(List<Value<?>> value)
      • AbstractPofileTrajectoryElement

        public AbstractPofileTrajectoryElement​(Time phenomenonTime,
                                               org.locationtech.jts.geom.Geometry location,
                                               List<Value<?>> values)
    • Method Detail

      • getValue

        public List<Value<?>> getValue()
        Returns:
        the value
      • setValue

        public T setValue​(List<Value<?>> value)
        Parameters:
        value - the value to set
        Returns:
        this
      • addValue

        public T addValue​(Value<?> value)
        Parameters:
        value - the value to set
        Returns:
        this
      • isSetValue

        public boolean isSetValue()
      • getSimpleValue

        public Value<?> getSimpleValue()
        Returns:
        the simpleValue
      • getLocation

        public org.locationtech.jts.geom.Geometry getLocation()
        Returns:
        the location
      • setLocation

        public T setLocation​(org.locationtech.jts.geom.Geometry location)
        Parameters:
        location - the location to set
        Returns:
        this
      • isSetLocation

        public boolean isSetLocation()
      • getPhenomenonTime

        public Time getPhenomenonTime()
        Returns:
        the phenomenonTime
      • setPhenomenonTime

        public void setPhenomenonTime​(Time phenomenonTime)
        Parameters:
        phenomenonTime - the phenomenonTime to set
      • isSetPhenomenonTime

        public boolean isSetPhenomenonTime()