Packages

class GeometryBinning extends WholeNumberBinning[Geometry]

Sorts geometries based on the z-value of their centroid

Linear Supertypes
WholeNumberBinning[Geometry], Binning[Geometry], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeometryBinning
  2. WholeNumberBinning
  3. Binning
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeometryBinning(length: Int, bounds: (Geometry, Geometry))

    length

    number of bins

    bounds

    upper and lower bounds for the input values

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 bounds(index: Int): (Geometry, Geometry)

    Gets the min and max values that will go into a bin

    Gets the min and max values that will go into a bin

    index

    index into the array

    returns

    bounds for the bin

    Definition Classes
    WholeNumberBinningBinning
  6. val bounds: (Geometry, Geometry)
    Definition Classes
    Binning
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def convertFromLong(value: Long): Geometry

    Maps a long back to a value

    Maps a long back to a value

    value

    value as a long

    returns

    value

    Attributes
    protected
    Definition Classes
    GeometryBinningWholeNumberBinning
  9. def convertToLong(value: Geometry): Long

    Maps a value to a long used to allocate values in bins

    Maps a value to a long used to allocate values in bins

    value

    value to convert

    returns

    value as a long

    Attributes
    protected
    Definition Classes
    GeometryBinningWholeNumberBinning
  10. def directIndex(value: Long): Int

    Maps a value that has already been transformed into a number to a bin index.

    Maps a value that has already been transformed into a number to a bin index.

    value

    value

    returns

    bin index, or -1 if value is out of bounds

    Definition Classes
    WholeNumberBinningBinning
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def indexOf(value: Geometry): Int

    Maps a value to a bin index.

    Maps a value to a bin index.

    value

    value

    returns

    bin index, or -1 if value is out of bounds

    Definition Classes
    WholeNumberBinningBinning
  16. def isBelow(value: Geometry): Boolean

    Indicates if the value is below the range of this array

    Indicates if the value is below the range of this array

    value

    value

    returns

    true if below, false otherwise (implies above if indexOf == -1)

    Definition Classes
    WholeNumberBinningBinning
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val length: Int
    Definition Classes
    Binning
  19. def medianValue(index: Int): Geometry

    Gets a value corresponding to the midpoint of a bin.

    Gets a value corresponding to the midpoint of a bin.

    index

    index into the array

    returns

    representative value for the bin

    Definition Classes
    WholeNumberBinningBinning
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from WholeNumberBinning[Geometry]

Inherited from Binning[Geometry]

Inherited from AnyRef

Inherited from Any

Ungrouped