Object/Trait

com.github.tsingjyujing.geo.basic

IHashableGeoBlock

Related Docs: trait IHashableGeoBlock | package basic

Permalink

object IHashableGeoBlock extends Serializable

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

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 EARTH_RADIUS: Double

    Permalink
  5. val MAX_INNER_PRODUCT_FOR_UNIT_VECTOR: Double

    Permalink
  6. val POW2E30: Long

    Permalink

    2 pow 30

  7. val POW2E31: Long

    Permalink

    2 pow 31

  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def createCodeFromCodeTuple(code: (Long, Long)): Long

    Permalink

    Convert long tuple into a long value

  11. def createCodeFromGps(point: IGeoPoint, accuracy: Long): Long

    Permalink

    Get combined code from point

  12. def createCodeTupleFromGps(point: IGeoPoint, accuracy: Long): (Long, Long)

    Permalink

    Get code tuple from point

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def revertCodeTupleFromCode(code: Long): (Long, Long)

    Permalink

    Convert code into tuple

  22. def revertGpsFromCode(code: Long, accuracy: Long): IGeoPoint

    Permalink

    Convert code into point

  23. def revertGpsFromCodeTuple(code: (Long, Long), accuracy: Long): IGeoPoint

    Permalink

    Convert code tuple into point

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getGeoHashBlockBoundaryPoints(centerPoint: IGeoPoint, accuracy: Long, code: Long): Iterable[IGeoPoint]

    Permalink

    Get the boundary of given Geometry Hash Block (given by Long) and point

    Get the boundary of given Geometry Hash Block (given by Long) and point

    centerPoint

    search point opp to this block

    accuracy

    accuracy of hash block

    code

    given block hash

    returns

    List of the points seems to nearest or farthest

    Annotations
    @deprecated
    Deprecated

    Some bugs in this function, will remove in RELEASE version

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped