Packages

o

compstak.geojson

arbitrary

object arbitrary

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. arbitrary
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit def arbitraryFeature[P](implicit arg0: Arbitrary[P]): Arbitrary[Feature[Int, P]]
  5. implicit val arbitraryGeoJson: Arbitrary[GeoJson[Int, Unit]]
  6. implicit val arbitraryGeoJsonGeometry: Arbitrary[GeoJsonGeometry[Int]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. implicit val cogenGeoJson: Cogen[GeoJsonGeometry[Int]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def genBoundingBox: Gen[BoundingBox[Int]]
  14. def genFeature[P](implicit arg0: Arbitrary[P]): Gen[Feature[Int, P]]
  15. def genFeatureCollection[P](implicit arg0: Arbitrary[P]): Gen[FeatureCollection[Int, P]]
  16. def genGeoJson: Gen[GeoJson[Int, Unit]]
  17. def genGeoJsonGeometry: Gen[GeoJsonGeometry[Int]]
  18. def genGeoJsonGeometryNoBbox: Gen[GeoJsonGeometry[Int]]
  19. def genGeometryCollection: Gen[GeometryCollection[Int]]
  20. def genLineString: Gen[LineString[Int]]
  21. def genLinearRing: Gen[LinearRing[Int]]
  22. def genMultiLineString: Gen[MultiLineString[Int]]
  23. def genMultiPoint: Gen[MultiPoint[Int]]
  24. def genMultiPolygon: Gen[MultiPolygon[Int]]
  25. def genPoint: Gen[Point[Int]]
  26. def genPolygon: Gen[Polygon[Int]]
  27. def genPos2: Gen[Pos2[Int]]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val maxLattitude: Int
  32. val maxLongitude: Int
  33. val minLattitude: Int
  34. val minLongitude: Int
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def widen[B <: GeoJsonGeometry[Int]](g: Gen[B]): Gen[GeoJsonGeometry[Int]]

Inherited from AnyRef

Inherited from Any

Ungrouped