Package

com.github.tsingjyujing.geo.element

mutable

Permalink

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. case class DoubleValue(value: Double) extends Addable[DoubleValue] with Productable[DoubleValue] with Product with Serializable

    Permalink

    A pack of double to support common operations

  2. case class GeoPoint(longitude: Double, latitude: Double) extends IGeoPoint with Product with Serializable

    Permalink

    Mutable implementation of IGeoPoint

    Mutable implementation of IGeoPoint

    **Attention**: Avoid using mutable point in algorithms because it may break precomputed data

  3. class TickImpl extends ITick

    Permalink

    An simple implementation of ITick

Value Members

  1. object DoubleValue extends Serializable

    Permalink
  2. object GeoPoint extends Serializable

    Permalink

Ungrouped