powered by
Convert arc.shape-class to sp spatial geometry: SpatialPoints, SpatialLines, or SpatialPolygons.
arc.shape-class
sp
SpatialPoints
SpatialLines
SpatialPolygons
arc.shape2sp(shape, wkt)
WKT spatial reference
arc.shape
# NOT RUN { require(sp) d <- arc.select(arc.open(system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")), 'ozone') x <- arc.shape2sp(arc.shape(d)) # } # NOT RUN { plot(x) # }
Run the code above in your browser using DataLab