Packages

object L

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

Type Members

  1. case class Circle(cx: Double, cy: Double, radiusMeters: Double, style: StyleOption) extends GeoRenderable with Product with Serializable
  2. trait DataFrameLayer extends AnyRef
  3. case class DataFrameLayerNonPoint(df: DataFrame, idField: String, style: StyleOption) extends GeoRenderable with DataFrameLayer with Product with Serializable
  4. case class DataFrameLayerPoint(df: DataFrame, idField: String, style: StyleOption, radius: Double = 5.0) extends GeoRenderable with DataFrameLayer with Product with Serializable
  5. trait GeoRenderable extends AnyRef
  6. implicit class JTSLineStringLayer extends GeoRenderable
  7. implicit class JTSPointLayer extends GeoRenderable
  8. implicit class JTSPolyLayer extends GeoRenderable
  9. trait Shape extends GeoRenderable
  10. trait SimpleFeatureLayer extends AnyRef
  11. case class SimpleFeatureLayerNonPoint(features: Seq[SimpleFeature], style: StyleOption) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable
  12. case class SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable
  13. trait StyleOption extends AnyRef
  14. case class StyleOptionFunction(javascriptFunction: String) extends StyleOption with Product with Serializable

    Takes a string containing a valid javascript styling function as its argument

    Takes a string containing a valid javascript styling function as its argument

    javascriptFunction

    The javascript styling function

  15. case class StyleOptions(color: String = "#000000", fillColor: String = "#327A66", fillOpacity: Double = 0.75) extends StyleOption with Product with Serializable
  16. case class WMSLayer(layerName: String, style: String = "", filter: String = "INCLUDE", color: String = "#FF0000", geoserverURL: String = "/geoserver/wms", env: Map[String, String] = Map.empty[String,String], opacity: Double = 0.6, transparent: Boolean = true) extends GeoRenderable with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildMap(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val leafletCssCdn: String
  13. val leafletJsCdn: String
  14. val leafletWmsJsCdn: String
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def print(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None): Unit
  19. def render(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String
  20. def show(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None)(implicit disp: (String) ⇒ Unit): Unit
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped