| OWSServiceIdentification | R Documentation |
OWSServiceIdentification
OWSServiceIdentification
R6Class object.
Object of R6Class for modelling an OGC Service Identification
new()Initializes an object of class OWSServiceIdentification
OWSServiceIdentification$new(xmlObj, owsVersion, serviceVersion)
xmlObjobject of class XMLInternalNode-class from XML
owsVersionOWS version
serviceVersionservice version
getName()Get service identification - name
OWSServiceIdentification$getName()
the name, object of class character
getTitle()Get service identification - title
OWSServiceIdentification$getTitle()
the title, object of class character
getAbstract()Get service identification - abstract
OWSServiceIdentification$getAbstract()
the abstract, object of class character
getKeywords()Get service identification - keywords
OWSServiceIdentification$getKeywords()
the keywords, object of class character
getOnlineResource()Get service identification - online resource
OWSServiceIdentification$getOnlineResource()
the online resource, object of class character
getServiceType()Get service identification - service type
OWSServiceIdentification$getServiceType()
the service type, object of class character
getServiceTypeVersion()Get service identification - service type version
OWSServiceIdentification$getServiceTypeVersion()
the service type version, object of class character
getFees()Get service identification - fees
OWSServiceIdentification$getFees()
the fees, object of class character
getAccessConstraints()Get service identification - access constraints
OWSServiceIdentification$getAccessConstraints()
the access constraints, object of class character
clone()The objects of this class are cloneable with this method.
OWSServiceIdentification$clone(deep = FALSE)
deepWhether to make a deep clone.
Abstract class used internally by ows4R
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.