sdk-common / com.tomtom.online.sdk.common.geojson

Package com.tomtom.online.sdk.common.geojson

Types

Feature

open class Feature : GeoJsonObject, Visitable<GeoJsonObjectVisitor!>, Serializable

Represents a spatially bound entity. Consists of a Geometry object and an id. Both are optional. If geometry is absent, the feature is unlocated.

FeatureCollection

open class FeatureCollection : GeoJsonObject, Serializable

Represents a collection of Features.

GeoJsonObject

abstract class GeoJsonObject : Visitable<GeoJsonObjectVisitor!>, Serializable

A GeoJsonObject representing a Geometry, Feature, or collection of Features.

GeoJsonObjectVisitor

interface GeoJsonObjectVisitor

A visitor of GeoJSON objects, implementing the visitor design pattern. Facilitates operating on GeoJsonObject and its subtypes.

GeoJsonObjectVisitorAdapter

open class GeoJsonObjectVisitorAdapter : GeoJsonObjectVisitor

Empty GeoJsonObjectVisitor so that user does not have to Override methods that are not used.

Properties

open class Properties : Serializable

A Properties object representing properties in Feature in World Geodetic System 1984 (WGS 84) or a collection of Geometry objects.