Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = FeatureSerializer::class)
A feature object represents a spatially bounded thing.
Link copied to clipboard
@Serializable(with = FeatureCollectionSerializer::class)
A FeatureCollection object is a collection of Feature objects. This class implements the Collection interface and can be used as a Collection directly. The list of features contained in this collection are also accessible through the features property.
Link copied to clipboard
A GeoJSON object represents a Geometry, Feature, or collection of Features.
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
@Serializable(with = GeometrySerializer::class)
Link copied to clipboard
A position is the fundamental geometry construct. Positions are represented by Positions in Spatial K