ShapeMapFormat

sealed abstract class ShapeMapFormat(val name: String)

Abstract class representing the available formats for ShapeMaps

See also:
Note:

Used as an enum-replacement for Scala 2 syntax

Companion:
object
Source:
ShapeMapFormat.scala
class Object
trait Matchable
class Any
object COMPACT.type
object JSON.type

Value members

Concrete fields

val name: String