object L
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- L
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Circle(cx: Double, cy: Double, radiusMeters: Double, style: StyleOption) extends GeoRenderable with Product with Serializable
- trait DataFrameLayer extends AnyRef
- case class DataFrameLayerNonPoint(df: DataFrame, idField: String, style: StyleOption) extends GeoRenderable with DataFrameLayer with Product with Serializable
- case class DataFrameLayerPoint(df: DataFrame, idField: String, style: StyleOption, radius: Double = 5.0) extends GeoRenderable with DataFrameLayer with Product with Serializable
- trait GeoRenderable extends AnyRef
- implicit class JTSLineStringLayer extends GeoRenderable
- implicit class JTSPointLayer extends GeoRenderable
- implicit class JTSPolyLayer extends GeoRenderable
- trait Shape extends GeoRenderable
- trait SimpleFeatureLayer extends AnyRef
- case class SimpleFeatureLayerNonPoint(features: Seq[SimpleFeature], style: StyleOption) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable
- case class SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable
- trait StyleOption extends AnyRef
-
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
- case class StyleOptions(color: String = "#000000", fillColor: String = "#327A66", fillOpacity: Double = 0.75) extends StyleOption with Product with Serializable
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildMap(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leafletCssCdn: String
- val leafletJsCdn: String
- val leafletWmsJsCdn: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def print(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None): Unit
- def render(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String
- def show(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None)(implicit disp: (String) ⇒ Unit): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated