MultiGeometry
A Geometry that contains multiple homogenous points, curves, or surfaces, i.e. a union type for MultiPoint, MultiLineString, and MultiPolygon.
Inheritors
Types
Link copied to clipboard
object Companion
Factory methods for creating and serializing MultiGeometry objects.
Properties
Link copied to clipboard
An optional BoundingBox used to represent the limits of the object's Geometry.
Link copied to clipboard
Additional members as defined in RFC 7946 §6.1. Empty when none are present. JSON encode flattens these as sibling keys. CBOR and Protobuf drop them.
Functions
Link copied to clipboard
Decodes GeoJsonObject.foreignMembers as T.
Link copied to clipboard
Returns the foreign member with the given key, or null if it is not present.