| arc.feature-class | R Documentation |
arc.feature S4 class.
Container for shape information pertaining to extent and shape from a table class.
Class arc.table-class, directly and
arc.dataset-class by class "arc.table".
shapeinfogeometry information (see arc.shapeinfo)
extentspatial extent of the dataset
TODO
return names of columns
return geometry information
arc.open,
arc.dataset-class,
arc.table-class,
arc.datasetraster-class,
arc.datasetrastermosaic-class
ozone.file <- system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")
d <- arc.open(ozone.file)
names(d@fields) # get all field names
arc.shapeinfo(d) # print shape info
d # print dataset info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.