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
- Alphabetic
- By Inheritance
- FeatureCollection
- Serializable
- Product
- Equals
- GeoJson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bbox: Option[Seq[Double]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val deleted: Option[Seq[String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val features: Seq[Feature]
- def getBbox: List[Double]
- returns
The bounding box of the feature collection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDeleted: List[String]
- returns
The list of feature IDs of the deleted features in the Interactive Map Layer
- def getFeatures: List[Feature]
- returns
The list of features in the feature collection
- def getInserted: List[String]
- returns
The list of feature IDs of the new features uploaded in the Interactive Map Layer
- def getNextPageToken: String
- returns
The next page token for iterate endpoint
- def getType: String
- returns
the type as 'FeatureCollection'
- def getUpdated: List[String]
- returns
The list of feature IDs of updated features in the Interactive Map Layer
- val inserted: Option[Seq[String]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextPageToken: Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson: String
- returns
the JSON string of the object
- Definition Classes
- GeoJson
- def toPrettyJson: String
- returns
the JSON string of the object in pretty format
- Definition Classes
- GeoJson
- val type: String
- val updated: Option[Seq[String]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)