c

org.locationtech.geomesa.curve

LegacyYearXZ3SFC

class LegacyYearXZ3SFC extends XZ3SFC

XZ3SFC with a legacy, incorrect max time value of 52 weeks. The max value is kept the same to ensure that index keys and query ranges are consistent. Any dates that exceed the original max time will be dropped into the last time bin, potentially degrading results for the last day or two of the year.

Annotations
@deprecated
Deprecated

(Since version 3.2.0) XZ3SFC

Linear Supertypes
XZ3SFC, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegacyYearXZ3SFC
  2. XZ3SFC
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LegacyYearXZ3SFC(g: Short)

    g

    resolution level of the curve - i.e. how many times the space will be recursively split into eighths

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. val g: Short
    Definition Classes
    XZ3SFC
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def index(xmin: Double, ymin: Double, zmin: Double, xmax: Double, ymax: Double, zmax: Double, lenient: Boolean = false): Long

    Index a polygon by it's bounding box

    Index a polygon by it's bounding box

    xmin

    min x value in xBounds

    ymin

    min y value in yBounds

    zmin

    min z value in zBounds

    xmax

    max x value in xBounds, must be >= xmin

    ymax

    max y value in yBounds, must be >= ymin

    zmax

    max z value in zBounds, must be >= tmin

    lenient

    standardize boundaries to valid values, or raise an exception

    returns

    z value for the bounding box

    Definition Classes
    XZ3SFC
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def normalize(xmin: Double, ymin: Double, zmin: Double, xmax: Double, ymax: Double, zmax: Double, lenient: Boolean): (Double, Double, Double, Double, Double, Double)

    Normalize user space values to [0,1]

    Normalize user space values to [0,1]

    xmin

    min x value in user space

    ymin

    min y value in user space

    zmin

    min z value in user space

    xmax

    max x value in user space, must be >= xmin

    ymax

    max y value in user space, must be >= ymin

    zmax

    max z value in user space, must be >= zmin

    lenient

    standardize boundaries to valid values, or raise an exception

    Attributes
    protected
    Definition Classes
    LegacyYearXZ3SFCXZ3SFC
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def ranges(queries: Seq[(Double, Double, Double, Double, Double, Double)], maxRanges: Option[Int] = None): Seq[IndexRange]

    Determine XZ-curve ranges that will cover a given query window

    Determine XZ-curve ranges that will cover a given query window

    queries

    a sequence of OR'd windows to cover. Each window is in the form (xmin, ymin, zmin, xmax, ymax, zmax) where all values are in user space

    maxRanges

    a rough upper limit on the number of ranges to generate

    Definition Classes
    XZ3SFC
  18. def ranges(xmin: Double, ymin: Double, zmin: Double, xmax: Double, ymax: Double, zmax: Double, maxRanges: Option[Int]): Seq[IndexRange]

    Determine XZ-curve ranges that will cover a given query window

    Determine XZ-curve ranges that will cover a given query window

    xmin

    min x value in user space

    ymin

    min y value in user space

    zmin

    min z value in user space

    xmax

    max x value in user space, must be >= xmin

    ymax

    max y value in user space, must be >= ymin

    zmax

    max z value in user space, must be >= zmin

    maxRanges

    a rough upper limit on the number of ranges to generate

    Definition Classes
    XZ3SFC
  19. def ranges(xmin: Double, ymin: Double, zmin: Double, xmax: Double, ymax: Double, zmax: Double): Seq[IndexRange]

    Determine XZ-curve ranges that will cover a given query window

    Determine XZ-curve ranges that will cover a given query window

    xmin

    min x value in user space

    ymin

    min y value in user space

    zmin

    min z value in user space

    xmax

    max x value in user space, must be >= xmin

    ymax

    max y value in user space, must be >= ymin

    zmax

    max z value in user space, must be >= zmin

    Definition Classes
    XZ3SFC
  20. def ranges(query: (Double, Double, Double, Double, Double, Double), maxRanges: Option[Int]): Seq[IndexRange]

    Determine XZ-curve ranges that will cover a given query window

    Determine XZ-curve ranges that will cover a given query window

    query

    a window to cover in the form (xmin, ymin, zmin, xmax, ymax, zmax) where all values are in user space

    maxRanges

    a rough upper limit on the number of ranges to generate

    Definition Classes
    XZ3SFC
  21. def ranges(query: (Double, Double, Double, Double, Double, Double)): Seq[IndexRange]

    Determine XZ-curve ranges that will cover a given query window

    Determine XZ-curve ranges that will cover a given query window

    query

    a window to cover in the form (xmin, ymin, zmin, xmax, ymax, zmax) where all values are in user space

    Definition Classes
    XZ3SFC
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. val xBounds: (Double, Double)
    Definition Classes
    XZ3SFC
  28. val yBounds: (Double, Double)
    Definition Classes
    XZ3SFC
  29. val zBounds: (Double, Double)
    Definition Classes
    XZ3SFC

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from XZ3SFC

Inherited from AnyRef

Inherited from Any

Ungrouped