package geojson
- Alphabetic
- Public
- All
Type Members
-
case class
Feature(geometry: Geometry, properties: Properties, id: Option[Either[Long, String]] = None) extends Product with Serializable
A Feature of a FeatureCollection.
-
case class
FeatureCollection extends Product with Serializable
The FeatureCollection is the entry point to create GeoJSON representations.
-
case class
HereProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[HereProperties] with Product with Serializable
Data inspector properties to customize the visual appearance of GeoJSON data.
Data inspector properties to customize the visual appearance of GeoJSON data. See also Style GeoJSON Visualization
-
case class
MarkerSymbolImages(entries: ListMap[String, Any] = ListMap.empty) extends Entries[MarkerSymbolImages] with Product with Serializable
For defining images that can be applied to "Point/MultiPoint" through the "marker-symbol" property.
For defining images that can be applied to "Point/MultiPoint" through the "marker-symbol" property.
See also Style GeoJSON Visualization
-
trait
Properties extends AnyRef
Metadata for a geometric feature.
Metadata for a geometric feature.
See Style GeoJSON Visualization for some of the available properties.
-
case class
SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[SimpleStyleProperties] with Product with Serializable
Simple styles to customize how map features are displayed.
Simple styles to customize how map features are displayed.
See also Style GeoJSON Visualization
Value Members
- object Feature extends Serializable
- object FeatureCollection extends Serializable
- object HereProperties extends Serializable
- object Properties