RomAdminFeature | R Documentation |
Object for storing a single feature with attribute and timeseries related
Has standard methods for managing data and meta data
feature class of type RomAdminFeature
hydrotools::RomEntity
-> RomAdminFeature
base_entity_type
kind of entity
pk_name
the name of this entity's pk column
name
of this entity
admincode
alpha code for this entity from original dataset
ftype
feature type
adminid
unique ID (integer)
bundle
main content type, i.e. facility, well, intake, ...
fstatus
entity status
description
notes field
mps
linked features
geom
feature geometry WKT
base_only
- how to export to list in case of complex multi table entity and ODBC
hydrotools::RomEntity$delete()
hydrotools::RomEntity$get_prop()
hydrotools::RomEntity$get_vardef()
hydrotools::RomEntity$handle_config()
hydrotools::RomEntity$insure_varid()
hydrotools::RomEntity$load_data()
hydrotools::RomEntity$load_plugin()
hydrotools::RomEntity$propvalues()
hydrotools::RomEntity$save()
hydrotools::RomEntity$save_field()
hydrotools::RomEntity$set_prop()
hydrotools::RomEntity$tsvalues()
new()
RomAdminFeature$new(datasource = NULL, config, load_remote = FALSE)
datasource
RESTful repository object
config
list of attributes to set, see also: to_list() for format
load_remote
automatically query REST data source for matches?
object instance
get_id()
RomAdminFeature$get_id()
get_id the unique id of this entity alias to remote pkid, subclassed as function
to_list()
RomAdminFeature$to_list(base_only)
base_only
include only base table columns (TRUE) or add fields (FALSE)
list of object attributes suitable for input to new() and from_list() methods
from_list()
RomAdminFeature$from_list(config)
config
list of attributes to set, see also: to_list() for format
NULL
add_mp()
RomAdminFeature$add_mp(thismp)
thismp
mp entity
add a connected MP. TBD
clone()
The objects of this class are cloneable with this method.
RomAdminFeature$clone(deep = FALSE)
deep
Whether to make a deep clone.
NA
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.