Class TrajectoryProfileDataItem<T>

    • Constructor Detail

      • TrajectoryProfileDataItem

        public TrajectoryProfileDataItem()
      • TrajectoryProfileDataItem

        public TrajectoryProfileDataItem​(BigDecimal vertical,
                                         T value)
      • TrajectoryProfileDataItem

        public TrajectoryProfileDataItem​(BigDecimal verticalFrom,
                                         BigDecimal verticalTo,
                                         T value)
    • Method Detail

      • setTimestamp

        public void setTimestamp​(TimeOutput timestamp)
        Parameters:
        timestamp - sets the timestamp/timeend when ProfileDataItem.value has been observed.
      • isSetTimestamp

        public boolean isSetTimestamp()
      • isSetTimeend

        public boolean isSetTimeend()
      • setTimestart

        public void setTimestart​(TimeOutput timestart)
        Optional.
        Parameters:
        timestart - the timestart when ProfileDataItem.value has been observed.
      • isSetTimestart

        public boolean isSetTimestart()
      • getGeometry

        public org.locationtech.jts.geom.Geometry getGeometry()
      • setGeometry

        public void setGeometry​(org.locationtech.jts.geom.Geometry geometry)
      • isSetGeometry

        public boolean isSetGeometry()