Feature
@Serializable(with = FeatureSerializer::class)
A feature object represents a spatially bounded thing.
See also
Constructors
Properties
Link copied to clipboard
An optional bounding box used to represent the limits of the object's geometry.
Link copied to clipboard
Members not described by specification ("foreign members") MAY be used in a GeoJSON document. NOTE: Every custom type, which is added as a value will be represented also as a Map<String, Any>
. If deserialization of custom types are desired, this hast to be done by consumer.
Link copied to clipboard
Additional properties about this feature. When serialized, any non-simple types will be serialized into JSON objects.
Functions
Link copied to clipboard
Returns the geometry or throws an exception if it is null
.
Link copied to clipboard