Package

com.azavea.maml

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Annulus(innerRadius: Double, outerRadius: Double) extends Neighborhood with Product with Serializable

    Permalink
  2. case class Circle(radius: Double) extends Neighborhood with Product with Serializable

    Permalink
  3. trait ClassBoundaryType extends AnyRef

    Permalink
  4. case class ClassMap(classifications: Map[Double, Int]) extends Product with Serializable

    Permalink
  5. case class ColorRamp(colors: Vector[Int]) extends Product with Serializable

    Permalink
  6. case class Histogram(counts: Map[Double, Int]) extends Product with Serializable

    Permalink
  7. case class MamlMultiPolygon(polygons: Array[MamlPolygon]) extends Product with Serializable

    Permalink
  8. case class MamlPoint(x: Double, y: Double) extends Product with Serializable

    Permalink
  9. case class MamlPolygon(points: Array[MamlPoint]) extends Product with Serializable

    Permalink
  10. trait Neighborhood extends AnyRef

    Permalink
  11. case class Nesw(extent: Int) extends Neighborhood with Product with Serializable

    Permalink
  12. case class Square(extent: Int) extends Neighborhood with Product with Serializable

    Permalink
  13. case class Wedge(radius: Double, startAngle: Double, endAngle: Double) extends Neighborhood with Product with Serializable

    Permalink

Value Members

  1. object ClassMap extends Serializable

    Permalink
  2. object Exact extends ClassBoundaryType with Product with Serializable

    Permalink
  3. object GreaterThan extends ClassBoundaryType with Product with Serializable

    Permalink
  4. object GreaterThanOrEqualTo extends ClassBoundaryType with Product with Serializable

    Permalink
  5. object LessThan extends ClassBoundaryType with Product with Serializable

    Permalink
  6. object LessThanOrEqualTo extends ClassBoundaryType with Product with Serializable

    Permalink
  7. object MamlMultiPolygon extends Serializable

    Permalink
  8. object MamlPoint extends Serializable

    Permalink
  9. object MamlPolygon extends Serializable

    Permalink
  10. object NeighborhoodConversion

    Permalink
  11. object Vars

    Permalink

Ungrouped