Packages

implicit class RichString extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichString
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichString(s: String)

Value Members

  1. def extractFeatures[F <: Feature[_, _]]()(implicit arg0: Decoder[F]): Seq[F]

    Extracts features from json string if type matches type F

    Extracts features from json string if type matches type F

    F

    type of feature desired to extract

    returns

    Seq[F] containing features

  2. def extractGeometries[G <: Geometry]()(implicit arg0: Decoder[G], arg1: scala.reflect.api.JavaUniverse.TypeTag[G], arg2: ClassTag[G]): Seq[G]

    Extracts geometries from json string if type matches type G

    Extracts geometries from json string if type matches type G

    G

    type of geometry desired to extract

    returns

    Seq[G] containing geometries

  3. def parseGeoJson[T]()(implicit arg0: Decoder[T]): T

    Parses geojson if type matches type T, throws if not

    Parses geojson if type matches type T, throws if not

    T

    type of geometry or feature expected in the json string to be parsed

    returns

    The geometry or feature of type T

  4. def parseJson: Json
  5. val s: String