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

GeoJsonObjectVisitorAdapter

open class GeoJsonObjectVisitorAdapter : GeoJsonObjectVisitor

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

Constructors

<init>

GeoJsonObjectVisitorAdapter()

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

Functions

visit

open fun visit(feature: Feature!): Unit
open fun visit(featureCollection: FeatureCollection!): Unit
open fun visit(geometryCollection: GeometryCollection!): Unit
open fun visit(lineString: LineString!): Unit
open fun visit(multiLineString: MultiLineString!): Unit
open fun visit(multiPoint: MultiPoint!): Unit
open fun visit(multiPolygon: MultiPolygon!): Unit
open fun visit(point: Point!): Unit
open fun visit(polygon: Polygon!): Unit