c

org.locationtech.geomesa.jupyter.L

SimpleFeatureLayerPoint

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

Linear Supertypes
Serializable, Serializable, Product, Equals, SimpleFeatureLayer, GeoRenderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleFeatureLayerPoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleFeatureLayer
  7. GeoRenderable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0)

Value Members

  1. val features: Seq[SimpleFeature]
  2. def propToJson(ad: AttributeDescriptor, a: AnyRef): String
    Definition Classes
    SimpleFeatureLayer
  3. val radius: Double
  4. def render: String
    Definition Classes
    SimpleFeatureLayerPointGeoRenderable
  5. def simpleFeatureToGeoJSON(sf: SimpleFeature): String
    Definition Classes
    SimpleFeatureLayer
  6. val style: StyleOption