| arc.dataset-class {arcgisbinding} | R Documentation |
arc.dataset S4 class
The dataset_type slot possible values are described in the
referenced "dataset properties – data type" documentation. For feature datasets,
extent contains four double values: (xmin, ymin, xmax, ymax).
The fields slot includes the details of the ArcGIS data types of the
relevant fields, which include data types not directly representable in R.
pathfile path or layer name
dataset_typedataset type
extentspatial extent of the dataset
fieldslist of field names
shapeinfogeometry information (see arc.shapeinfo)
ozone.file <- system.file("extdata", "ca_ozone_pts.shp",
package="arcgisbinding")
d <- arc.open(ozone.file)
names(d@fields) # get all field names
d@shapeinfo # print shape info
d # print dataset info