Class GeometryCollection
java.lang.Object
com.here.platform.data.client.model.geojson.GeometryCollection
- All Implemented Interfaces:
GeoJson,Geometry,Serializable,scala.Equals,scala.Product
public final class GeometryCollection
extends Object
implements Geometry, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGeometryCollection(String type, scala.Option<scala.collection.immutable.Seq<Object>> bbox, scala.collection.immutable.Seq<Geometry> geometries) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.model.geojson.GeoJson
toJson, toPrettyJsonMethods inherited from interface com.here.platform.data.client.model.geojson.Geometry
checkBbox, checkCoordinateMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
GeometryCollection
-
-
Method Details