Object/Class

org.locationtech.geomesa.curve

BinnedTime

Related Docs: class BinnedTime | package curve

Permalink

object BinnedTime extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinnedTime
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type BinnedTimeToDate = (BinnedTime) ⇒ ZonedDateTime

    Permalink
  2. type DateToBin = (ZonedDateTime) ⇒ Short

    Permalink
  3. type DateToBinnedTime = (ZonedDateTime) ⇒ BinnedTime

    Permalink
  4. type TimeToBin = (Long) ⇒ Short

    Permalink
  5. type TimeToBinnedTime = (Long) ⇒ BinnedTime

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DaysMaxDate: ZonedDateTime

    Permalink
  5. val Epoch: ZonedDateTime

    Permalink
  6. val MonthsMaxDate: ZonedDateTime

    Permalink
  7. val WeeksMaxDate: ZonedDateTime

    Permalink
  8. val YearsMaxDate: ZonedDateTime

    Permalink
  9. val ZMinDate: ZonedDateTime

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def binnedTimeToDate(period: TimePeriod): BinnedTimeToDate

    Permalink

    Gets a date back from a binned time

    Gets a date back from a binned time

    period

    interval type

  12. def boundsToIndexableDates(period: TimePeriod): ((Option[ZonedDateTime], Option[ZonedDateTime])) ⇒ (ZonedDateTime, ZonedDateTime)

    Permalink

    Converts values extracted from a filter into valid indexable bounds

    Converts values extracted from a filter into valid indexable bounds

    period

    time period

  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def dateToBin(period: TimePeriod): DateToBin

    Permalink

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  15. def dateToBinnedTime(period: TimePeriod): DateToBinnedTime

    Permalink

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def maxDate(period: TimePeriod): ZonedDateTime

    Permalink

    Max indexable date (exclusive) for a given time period

    Max indexable date (exclusive) for a given time period

    period

    interval type

  23. def maxOffset(period: TimePeriod): Long

    Permalink

    Gets the max offset value for a given time period

    Gets the max offset value for a given time period

    period

    interval type

  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def timeToBin(period: TimePeriod): TimeToBin

    Permalink

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch)

    period

    interval type

  29. def timeToBinnedTime(period: TimePeriod): TimeToBinnedTime

    Permalink

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped