geotrellis.vector.io.json

RichString

implicit final class RichString extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichString
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichString(s: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def extractFeatures[F <: Feature[_, _]](implicit arg0: JsonReader[F]): Seq[F]

    extractFeatures, extracts features from json string, if type matches requested type F, if not it'll be empty

    extractFeatures, extracts features from json string, if type matches requested type F, if not it'll be empty

    F

    type of feature desired to extract

    returns

    Seq[F] containing features

  6. def extractGeometries[G <: Geometry](implicit arg0: JsonReader[G], arg1: scala.reflect.api.JavaUniverse.TypeTag[G]): Seq[G]

    extractGeometries, extracts geometries from json string, if type matches requested type G, if not it'll be empty

    extractGeometries, extracts geometries from json string, if type matches requested type G, if not it'll be empty

    G

    type of geometry desired to extract

    returns

    Seq[G] containing geometries

  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def parseGeoJson[T](implicit arg0: JsonReader[T]): T

    parseGeoJson, expects all the types in the json string to line up, throws if not

    parseGeoJson, expects all the types in the json string to line up, 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

  10. val s: String

  11. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped