case class SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0) extends GeoRenderable with SimpleFeatureLayer with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleFeatureLayerPoint
- Serializable
- Serializable
- Product
- Equals
- SimpleFeatureLayer
- GeoRenderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleFeatureLayerPoint(features: Seq[SimpleFeature], style: StyleOption, radius: Double = 5.0)
Value Members
-
val
features: Seq[SimpleFeature]
- Definition Classes
- SimpleFeatureLayerPoint → SimpleFeatureLayer
-
def
propToJson(ad: AttributeDescriptor, a: AnyRef): String
- Definition Classes
- SimpleFeatureLayer
- val radius: Double
-
def
render: String
- Definition Classes
- SimpleFeatureLayerPoint → GeoRenderable
-
def
simpleFeatureToGeoJSON(sf: SimpleFeature): String
- Definition Classes
- SimpleFeatureLayer
-
val
style: StyleOption
- Definition Classes
- SimpleFeatureLayerPoint → SimpleFeatureLayer