repr_geojson.* {repr} | R Documentation |
Representations of spatial objects: See geojson_list for supported classes.
Description
Representations of spatial objects: See geojson_list for supported classes.
Usage
## S3 method for class 'geo_list'
repr_geojson(obj, ...)
## S3 method for class 'SpatialCollections'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPolygons'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPolygons'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPolygonsDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPoints'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPointsDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'SpatialLines'
repr_geojson(obj, ...)
## S3 method for class 'SpatialLinesDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'SpatialGrid'
repr_geojson(obj, ...)
## S3 method for class 'SpatialGridDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPixels'
repr_geojson(obj, ...)
## S3 method for class 'SpatialPixelsDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'SpatialRings'
repr_geojson(obj, ...)
## S3 method for class 'SpatialRingsDataFrame'
repr_geojson(obj, ...)
## S3 method for class 'sf'
repr_geojson(obj, ...)
## S3 method for class 'sfg'
repr_geojson(obj, ...)
## S3 method for class 'sfc'
repr_geojson(obj, ...)
Arguments
obj |
The spatial object to create a representation for |
... |
ignored |
[Package repr version 1.1.7 Index]