Packages

final case class FeatureCollection(type: String = "FeatureCollection", bbox: Option[Seq[Double]] = None, features: Seq[Feature], nextPageToken: Option[String] = None, inserted: Option[Seq[String]] = None, updated: Option[Seq[String]] = None, deleted: Option[Seq[String]] = None) extends GeoJson with Product with Serializable

Defines the FeatureCollection

type

the type as 'FeatureCollection'

bbox

the bounding box of the FeatureCollection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords

features

the list of features

nextPageToken

the next page token for iterate endpoint

inserted

the list of feature IDs of the new features uploaded in the Interactive Map Layer

updated

the list of feature IDs of updated features in the Interactive Map Layer

deleted

the list of feature IDs of the deleted features in the Interactive Map Layer

Linear Supertypes
Serializable, Serializable, Product, Equals, GeoJson, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureCollection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GeoJson
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeatureCollection(type: String = "FeatureCollection", bbox: Option[Seq[Double]] = None, features: Seq[Feature], nextPageToken: Option[String] = None, inserted: Option[Seq[String]] = None, updated: Option[Seq[String]] = None, deleted: Option[Seq[String]] = None)

    type

    the type as 'FeatureCollection'

    bbox

    the bounding box of the FeatureCollection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords

    features

    the list of features

    nextPageToken

    the next page token for iterate endpoint

    inserted

    the list of feature IDs of the new features uploaded in the Interactive Map Layer

    updated

    the list of feature IDs of updated features in the Interactive Map Layer

    deleted

    the list of feature IDs of the deleted features in the Interactive Map Layer

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bbox: Option[Seq[Double]]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val deleted: Option[Seq[String]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val features: Seq[Feature]
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBbox: List[Double]

    returns

    The bounding box of the feature collection

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getDeleted: List[String]

    returns

    The list of feature IDs of the deleted features in the Interactive Map Layer

  14. def getFeatures: List[Feature]

    returns

    The list of features in the feature collection

  15. def getInserted: List[String]

    returns

    The list of feature IDs of the new features uploaded in the Interactive Map Layer

  16. def getNextPageToken: String

    returns

    The next page token for iterate endpoint

  17. def getType: String

    returns

    the type as 'FeatureCollection'

  18. def getUpdated: List[String]

    returns

    The list of feature IDs of updated features in the Interactive Map Layer

  19. val inserted: Option[Seq[String]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val nextPageToken: Option[String]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toJson: String

    returns

    the JSON string of the object

    Definition Classes
    GeoJson
  27. def toPrettyJson: String

    returns

    the JSON string of the object in pretty format

    Definition Classes
    GeoJson
  28. val type: String
  29. val updated: Option[Seq[String]]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeoJson

Inherited from AnyRef

Inherited from Any

Ungrouped