Class

org.locationtech.geomesa.utils.geohash.GeohashUtils

PolygonDecompositionCandidate

Related Doc: package GeohashUtils

Permalink

class PolygonDecompositionCandidate extends DecompositionCandidate

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PolygonDecompositionCandidate
  2. DecompositionCandidate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolygonDecompositionCandidate(gh: GeoHash, targetGeom: MultiPolygon, targetArea: Double, resolutions: ResolutionRange)

    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. lazy val area: Double

    Permalink
    Definition Classes
    DecompositionCandidate
  5. lazy val areaInside: Double

    Permalink
    Definition Classes
    DecompositionCandidate
  6. lazy val areaOutside: Double

    Permalink

    If the GeoHash intersects the target polygon, then the overlap is the area of the GeoHash cell less the area of the intersection.

    If the GeoHash intersects the target polygon, then the overlap is the area of the GeoHash cell less the area of the intersection. Otherwise, they are disjoint, and the overlap is the entire area of the GeoHash cell.

    Definition Classes
    PolygonDecompositionCandidateDecompositionCandidate
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. lazy val geomCatcher: Catch[Nothing]

    Permalink
    Definition Classes
    DecompositionCandidate
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val gh: GeoHash

    Permalink

    the associated GeoHash cell

    the associated GeoHash cell

    Definition Classes
    DecompositionCandidate
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. lazy val intersection: Geometry

    Permalink
    Definition Classes
    DecompositionCandidate
  17. lazy val intersectionArea: Double

    Permalink
    Definition Classes
    DecompositionCandidate
  18. lazy val intersectsTarget: Boolean

    Permalink
    Definition Classes
    DecompositionCandidate
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isLT(than: DecompositionCandidate): Boolean

    Permalink
    Definition Classes
    DecompositionCandidate
  21. lazy val isResolutionOk: Boolean

    Permalink
    Definition Classes
    DecompositionCandidate
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. lazy val resolution: Int

    Permalink
    Definition Classes
    DecompositionCandidate
  26. val resolutions: ResolutionRange

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

    Permalink
    Definition Classes
    AnyRef
  28. val targetArea: Double

    Permalink
    Definition Classes
    DecompositionCandidate
  29. val targetGeom: Geometry

    Permalink

    the geometry being decomposed

    the geometry being decomposed

    Definition Classes
    DecompositionCandidate
  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 DecompositionCandidate

Inherited from AnyRef

Inherited from Any

Ungrouped