Description Usage Arguments Value
View source: R/spatialVector.R
spatialVector
1 2 3 4 5 6 7 8 | spatialVector(alternateIdentifier = NULL, entityName = NULL,
entityDescription = NULL, physical = NULL, coverage = NULL,
methods = NULL, additionalInfo = NULL, annotation = NULL,
attributeList = NULL, constraint = NULL, geometry = NULL,
geometricObjectCount = NULL, topologyLevel = NULL,
spatialReference = NULL, horizontalAccuracy = NULL,
verticalAccuracy = NULL, references = NULL, id = NULL,
system = NULL, scope = NULL)
|
alternateIdentifier |
A secondary identifier for this entity See |
entityName |
The name of the entity name See |
entityDescription |
General description of the entity and its contents See |
physical |
Description of the physical format of the entity See |
coverage |
Information on the geographic, spatial and temporal coverages used in this entity. See |
additionalInfo |
Any extra information pertitent to the entity. See |
annotation |
A precisely-defined semantic statement about this entity. See |
attributeList |
The list of attributes associated with this entity. See |
constraint |
Description of any relational constraints on this entity. See |
geometry |
Type of geometric feature(s) represented in the entity. See |
geometricObjectCount |
Total number of the geometric objects occurring in the dataset. See |
topologyLevel |
Code which identifies the degree of complexity. See |
horizontalAccuracy |
Horizontal positional accuracy of the data See |
verticalAccuracy |
Vertical positional accuracy of the data See |
references |
The id of another element in this EML document to be used to here in this context. See |
id |
A unique identifier for this additional metadata that can be used to reference it elsewhere. This is a formal field in that it is an error to provide a value for the id attribute that is not unique within the document's set of id attributes. This is designed to allow other portions of the metadata to reference this section formally. |
system |
The data management system within which an identifier is in scope and therefore unique. This is typically a URL (Uniform Resource Locator) that indicates a data management system. All identifiers that share a system must be unique. In other words, if the same identifier is used in two locations with identical systems, then by definition the objects at which they point are in fact the same object. |
scope |
The scope of the identifier. Scope is generally set to either "system", meaning that it is scoped according to the "system" attribute, or "document" if it is only to be in scope within this single document instance. In this particular use of scope, it is FIXED to be "system" because the packageId is required and always has the scope of the required "system". |
a spatialVector list object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.