open class GeoJsonObjectVisitorAdapter : GeoJsonObjectVisitor
Empty GeoJsonObjectVisitor so that user does not have to Override methods that are not used.
| GeoJsonObjectVisitorAdapter()Empty GeoJsonObjectVisitor so that user does not have to Override methods that are not used. | 
| open fun visit(feature: Feature!): Unitopen fun visit(featureCollection: FeatureCollection!): Unitopen fun visit(geometryCollection: GeometryCollection!): Unitopen fun visit(lineString: LineString!): Unitopen fun visit(multiLineString: MultiLineString!): Unitopen fun visit(multiPoint: MultiPoint!): Unitopen fun visit(multiPolygon: MultiPolygon!): Unitopen fun visit(point: Point!): Unitopen fun visit(polygon: Polygon!): Unit |