final case class GeometryCollection(type: String = "GeometryCollection", bbox: Option[Seq[Double]] = None, geometries: Seq[Geometry] = Seq.empty) extends Geometry with Product with Serializable
Defines the geometry type 'GeometryCollection'
- type
the type as 'GeometryCollection'
- bbox
the bounding box of the GeometryCollection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
- geometries
the list of geometries
- Alphabetic
- By Inheritance
- GeometryCollection
- Serializable
- Product
- Equals
- Geometry
- GeoJson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GeometryCollection(type: String = "GeometryCollection", bbox: Option[Seq[Double]] = None, geometries: Seq[Geometry] = Seq.empty)
- type
the type as 'GeometryCollection'
- bbox
the bounding box of the GeometryCollection; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
- geometries
the list of geometries
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 checkBbox(bbox: Option[Seq[Double]]): Unit
Checks if the bounding box is valid.
Checks if the bounding box is valid.
- bbox
the bounding box geometry; for meaning of bbox coordinates see https://developer.here.com/documentation/data-client-library/dev_guide/client/publish-data.html#interactive-layer-coords
- Attributes
- protected
- Definition Classes
- Geometry
- def checkCoordinate(coord: Seq[Double]): Unit
Checks if the coordinate is valid.
Checks if the coordinate is valid.
- coord
the coordinate which has parameters x, y, and optionally z
- Attributes
- protected
- Definition Classes
- Geometry
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val geometries: Seq[Geometry]
- def getBbox: List[Double]
- returns
the bounding box of the GeometryCollection
- Definition Classes
- GeometryCollection → Geometry
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getGeometries: List[Geometry]
- returns
the list of the geometries
- def getType: String
- returns
the type of geometry
- Definition Classes
- GeometryCollection → Geometry
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- 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)