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() @IntrinsicCandidate()
  7. val deleted: Option[Seq[String]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val features: Seq[Feature]
  10. def getBbox: List[Double]

    returns

    The bounding box of the feature collection

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

    returns

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

  13. def getFeatures: List[Feature]

    returns

    The list of features in the feature collection

  14. def getInserted: List[String]

    returns

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

  15. def getNextPageToken: String

    returns

    The next page token for iterate endpoint

  16. def getType: String

    returns

    the type as 'FeatureCollection'

  17. def getUpdated: List[String]

    returns

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

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

    returns

    the JSON string of the object

    Definition Classes
    GeoJson
  26. def toPrettyJson: String

    returns

    the JSON string of the object in pretty format

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeoJson

Inherited from AnyRef

Inherited from Any

Ungrouped