Object

org.locationtech.geomesa.jupyter

L

Related Doc: package jupyter

Permalink

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

    Permalink
  2. trait DataFrameLayer extends AnyRef

    Permalink
  3. case class DataFrameLayerNonPoint(df: DataFrame, idField: String, style: StyleOption) extends GeoRenderable with DataFrameLayer with Product with Serializable

    Permalink
  4. case class DataFrameLayerPoint(df: DataFrame, idField: String, style: StyleOption, radius: Double = 5.0) extends GeoRenderable with DataFrameLayer with Product with Serializable

    Permalink
  5. trait GeoRenderable extends AnyRef

    Permalink
  6. implicit class JTSLineStringLayer extends GeoRenderable

    Permalink
  7. implicit class JTSPointLayer extends GeoRenderable

    Permalink
  8. implicit class JTSPolyLayer extends GeoRenderable

    Permalink
  9. trait Shape extends GeoRenderable

    Permalink
  10. trait SimpleFeatureLayer extends AnyRef

    Permalink
  11. case class SimpleFeatureLayerNonPoint(features: Seq[SimpleFeature], style: StyleOption) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable

    Permalink
  12. case class SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable

    Permalink
  13. trait StyleOption extends AnyRef

    Permalink
  14. case class StyleOptionFunction(javascriptFunction: String) extends StyleOption with Product with Serializable

    Permalink

    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

    Permalink
  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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildMap(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val leafletCssCdn: String

    Permalink
  14. val leafletJsCdn: String

    Permalink
  15. val leafletWmsJsCdn: String

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def print(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None): Unit

    Permalink
  20. def render(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 8, path: Option[String] = None): String

    Permalink
  21. def show(layers: Seq[GeoRenderable], center: (Double, Double) = (0,0), zoom: Int = 1, path: Option[String] = None)(implicit disp: (String) ⇒ Unit): Unit

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped