| ISOSRVServiceIdentification19115_3 | R Documentation |
ISOSRVServiceIdentification19115_3
ISOSRVServiceIdentification19115_3
R6Class object.
Object of R6Class for modelling an ISO SRV ServiceIdentification in ISO 19115-3
geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOIdentification -> geometa::ISOIdentification19115_3 -> geometa::ISOServiceIdentification19115_3 -> ISOSRVServiceIdentification19115_3
serviceTypeserviceType [1..1]: ISOGenericName
serviceTypeVersionserviceTypeVersion [0..*]: character
accessPropertiesaccessProperties [0..1]: ISOStandardOrderProcess
restrictionsrestrictions [0..1]: ISOConstraints
keywordskeywords [0..*]: ISOKeywords
extentextent [0..*]: ISOExtent
coupledResourcecoupledResource [0..*]: ISOCoupledResource
couplingTypecouplingType [1..1]: ISOCouplingType
containsOperationscontainsOperations [1..*]: ISOOperationMetadata
operatesOnoperatesOn [0..*]: ISODataIdentification
geometa::geometaLogger$ERROR()geometa::geometaLogger$INFO()geometa::geometaLogger$WARN()geometa::ISOAbstractObject$addFieldAttrs()geometa::ISOAbstractObject$addListElement()geometa::ISOAbstractObject$checkMetadataStandardCompliance()geometa::ISOAbstractObject$contains()geometa::ISOAbstractObject$createLocalisedProperty()geometa::ISOAbstractObject$decode()geometa::ISOAbstractObject$delListElement()geometa::ISOAbstractObject$encode()geometa::ISOAbstractObject$getClass()geometa::ISOAbstractObject$getClassName()geometa::ISOAbstractObject$getNamespaceDefinition()geometa::ISOAbstractObject$isDocument()geometa::ISOAbstractObject$isFieldInheritedFrom()geometa::ISOAbstractObject$print()geometa::ISOAbstractObject$save()geometa::ISOAbstractObject$setAttr()geometa::ISOAbstractObject$setCodeList()geometa::ISOAbstractObject$setCodeListValue()geometa::ISOAbstractObject$setCodeSpace()geometa::ISOAbstractObject$setHref()geometa::ISOAbstractObject$setId()geometa::ISOAbstractObject$setIsNull()geometa::ISOAbstractObject$setValue()geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()geometa::ISOAbstractObject$validate()geometa::ISOAbstractObject$wrapBaseElement()geometa::ISOIdentification19115_3$addAdditionalDocumentation()geometa::ISOIdentification19115_3$addAssociatedResource()geometa::ISOIdentification19115_3$addCredit()geometa::ISOIdentification19115_3$addFormat()geometa::ISOIdentification19115_3$addGraphicOverview()geometa::ISOIdentification19115_3$addPointOfContact()geometa::ISOIdentification19115_3$addResourceConstraints()geometa::ISOIdentification19115_3$addResourceMaintenance()geometa::ISOIdentification19115_3$addResourceSpecificUsage()geometa::ISOIdentification19115_3$addSpatialRepresentationType()geometa::ISOIdentification19115_3$addSpatialResolution()geometa::ISOIdentification19115_3$addStatus()geometa::ISOIdentification19115_3$addTemporalResolution()geometa::ISOIdentification19115_3$addTopicCategory()geometa::ISOIdentification19115_3$delAdditionalDocumentation()geometa::ISOIdentification19115_3$delAssociatedResource()geometa::ISOIdentification19115_3$delCredit()geometa::ISOIdentification19115_3$delFormat()geometa::ISOIdentification19115_3$delGraphicOverview()geometa::ISOIdentification19115_3$delPointOfContact()geometa::ISOIdentification19115_3$delResourceConstraints()geometa::ISOIdentification19115_3$delResourceMaintenance()geometa::ISOIdentification19115_3$delResourceSpecificUsage()geometa::ISOIdentification19115_3$delSpatialRepresentationType()geometa::ISOIdentification19115_3$delSpatialResolution()geometa::ISOIdentification19115_3$delStatus()geometa::ISOIdentification19115_3$delTemporalResolution()geometa::ISOIdentification19115_3$delTopicCategory()geometa::ISOIdentification19115_3$setAbstract()geometa::ISOIdentification19115_3$setCitation()geometa::ISOIdentification19115_3$setProcessingLevel()geometa::ISOIdentification19115_3$setPurpose()new()Initializes object
ISOSRVServiceIdentification19115_3$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setServiceType()Set service type
ISOSRVServiceIdentification19115_3$setServiceType(serviceType)
serviceTypeobject of class ISOLocalName, ISOScopedName or character
addServiceTypeVersion()Adds service type version
ISOSRVServiceIdentification19115_3$addServiceTypeVersion(version)
versionversion
TRUE if added, FALSE otherwise
delServiceTypeVersion()Deletes service type version
ISOSRVServiceIdentification19115_3$delServiceTypeVersion(version)
versionversion
TRUE if deleted, FALSE otherwise
setAccessProperties()Set access properties
ISOSRVServiceIdentification19115_3$setAccessProperties(accessProperties)
accessPropertiesobject of class ISOStandardOrderProcess
setRestrictions()Set restrictions
ISOSRVServiceIdentification19115_3$setRestrictions(restrictions)
restrictionsobject of class ISOConstraints
addKeywords()Adds keywords
ISOSRVServiceIdentification19115_3$addKeywords(keywords)
keywordsobject of class ISOKeywords
TRUE if added, FALSE otherwise
delKeywords()Deletes keywords
ISOSRVServiceIdentification19115_3$delKeywords(keywords)
keywordsobject of class ISOKeywords
TRUE if deleted, FALSE otherwise
addExtent()Adds extent
ISOSRVServiceIdentification19115_3$addExtent(extent)
extentobject of class ISOExtent
TRUE if added, FALSE otherwise
delExtent()Deletes extent
ISOSRVServiceIdentification19115_3$delExtent(extent)
extentobject of class ISOExtent
TRUE if deleted, FALSE otherwise
addCoupledResource()Adds coupled resource
ISOSRVServiceIdentification19115_3$addCoupledResource(resource)
resourceobject of class ISOCoupledResource
TRUE if added, FALSE otherwise
delCoupledResource()Deletes coupled resource
ISOSRVServiceIdentification19115_3$delCoupledResource(resource)
resourceobject of class ISOCoupledResource
TRUE if deleted, FALSE otherwise
setCouplingType()Set coupling type
ISOSRVServiceIdentification19115_3$setCouplingType(couplingType)
couplingTypeobject of class ISOCouplingType or any character
among values returned by ISOCouplingType$values()
addOperationMetadata()Adds operation metadata
ISOSRVServiceIdentification19115_3$addOperationMetadata(operationMetadata)
operationMetadataobject of class ISOOperationMetadata
TRUE if added, FALSE otherwise
delOperationMetadata()Deletes operation metadata
ISOSRVServiceIdentification19115_3$delOperationMetadata(operationMetadata)
operationMetadataobject of class ISOOperationMetadata
TRUE if deleted, FALSE otherwise
addOperatesOn()Adds operates on
ISOSRVServiceIdentification19115_3$addOperatesOn(dataIdentification)
dataIdentificationobject of class ISODataIdentification
TRUE if added, FALSE otherwise
delOperatesOn()Deletes operates on
ISOSRVServiceIdentification19115_3$delOperatesOn(dataIdentification)
dataIdentificationobject of class ISODataIdentification
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOSRVServiceIdentification19115_3$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.