diff --git a/pkgdown.yml b/pkgdown.yml index a69bf48a..15ee341b 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-10-04T12:07Z +last_built: 2024-10-04T12:47Z diff --git a/reference/ISOAssociatedResource.html b/reference/ISOAssociatedResource.html new file mode 100644 index 00000000..b9a6396f --- /dev/null +++ b/reference/ISOAssociatedResource.html @@ -0,0 +1,261 @@ + +ISOAssociatedResource — ISOAssociatedResource • geometa + + +
+
+ + + +
+
+ + +
+

ISOAssociatedResource

+

ISOAssociatedResource

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO associated resource

+
+ +
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAssociatedResource

+
+
+

Public fields

+

name
+

name [0..1]: ISOAbstractCitation

+ + +
associationType
+

associationType [1..1]: ISOAssociationType

+ + +
initiativeType
+

initiativeType [0..1]: ISOInitiativeType

+ + +
metadataReference
+

metadataReference [0..1]: ISOAbstractCitation

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOAssociatedResource$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method setName()

+

Set name

+

Usage

+

ISOAssociatedResource$setName(name)

+
+ +
+

Arguments

+

name
+

name object of class ISOAbstractCitation

+ + +

+
+ +


+

Method setAssociationType()

+

Set association type

+

Usage

+

ISOAssociatedResource$setAssociationType(associationType)

+
+ +
+

Arguments

+

associationType
+

associationType object of class ISOAssociationType or +any value among values listed by ISOAssociationType$values()

+ + +

+
+ +


+

Method setInitiativeType()

+

Set initiative type

+

Usage

+

ISOAssociatedResource$setInitiativeType(initiativeType)

+
+ +
+

Arguments

+

initiativeType
+

initiativeType object of class ISOInitiativeType or +any value among values listed by ISOInitiativeType$values()

+ + +

+
+ +


+

Method setMetadatReference()

+

Set metadata reference

+

Usage

+

ISOAssociatedResource$setMetadatReference(metadataReference)

+
+ +
+

Arguments

+

metadataReference
+

metadataReference object of class ISOAbstractCitation

+ + +

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOAssociatedResource$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ + + + + + + + diff --git a/reference/ISOKeywordClass.html b/reference/ISOKeywordClass.html new file mode 100644 index 00000000..f3f659da --- /dev/null +++ b/reference/ISOKeywordClass.html @@ -0,0 +1,242 @@ + +ISOKeywordClass — ISOKeywordClass • geometa + + +
+
+ + + +
+
+ + +
+

ISOKeywordClass

+

ISOKeywordClass

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling a ISO keyword class

+
+ +
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOKeywordClass

+
+
+

Public fields

+

className
+

className

+ + +
conceptIdentifier
+

conceptIdentifier

+ + +
ontology
+

ontology

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOKeywordClass$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method setClassName()

+

Set class name

+

Usage

+

ISOKeywordClass$setClassName(className, locales = NULL)

+
+ +
+

Arguments

+

className
+

className

+ + +
locales
+

list of localized texts. Default is NULL

+ + +

+
+ +


+

Method setConceptIdentifier()

+

Set concept identifier

+

Usage

+

ISOKeywordClass$setConceptIdentifier(conceptIdentifier)

+
+ +
+

Arguments

+

conceptIdentifier
+

conceptIdentifier, object of class ISOURI

+ + +

+
+ +


+

Method setOntology()

+

Set ontology

+

Usage

+

ISOKeywordClass$setOntology(ontology)

+
+ +
+

Arguments

+

ontology
+

ontology, object inheriting class ISOAbstractParty

+ + +

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOKeywordClass$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ + + + + + + + diff --git a/reference/getGeometaOptions.html b/reference/getGeometaOptions.html index c1ab0d50..0b1147c1 100644 --- a/reference/getGeometaOptions.html +++ b/reference/getGeometaOptions.html @@ -62,7 +62,7 @@

Author

Examples

            
   getGeometaOptions()
-#> <environment: 0x562d789ecc68>
+#> <environment: 0x55f42b736bd0>
 
 
diff --git a/reference/getISOClasses.html b/reference/getISOClasses.html index aa594043..8258d02b 100644 --- a/reference/getISOClasses.html +++ b/reference/getISOClasses.html @@ -196,255 +196,257 @@

Examples

#> [128] "ISOAnchor" #> [129] "ISOAngle" #> [130] "ISOApplicationSchemaInformation" -#> [131] "ISOAssociation" -#> [132] "ISOAssociationRole" -#> [133] "ISOAssociationType" -#> [134] "ISOBand" -#> [135] "ISOBaseBoolean" -#> [136] "ISOBaseCharacterString" -#> [137] "ISOBaseDate" -#> [138] "ISOBaseDateTime" -#> [139] "ISOBaseDecimal" -#> [140] "ISOBaseInteger" -#> [141] "ISOBaseReal" -#> [142] "ISOBinary" -#> [143] "ISOBinding" -#> [144] "ISOBoundAssociationRole" -#> [145] "ISOBoundFeatureAttribute" -#> [146] "ISOBoundingPolygon" -#> [147] "ISOBrowseGraphic" -#> [148] "ISOCarrierOfCharacteristics" -#> [149] "ISOCellGeometry" -#> [150] "ISOCharacterSet" -#> [151] "ISOCitation" -#> [152] "ISOCitationSeries" -#> [153] "ISOClassification" -#> [154] "ISOCodeDefinition" -#> [155] "ISOCodeListDictionary" -#> [156] "ISOCodeListValue" -#> [157] "ISOCodelist" -#> [158] "ISOCodelistCatalogue" -#> [159] "ISOCodelistValue" -#> [160] "ISOCompletenessCommission" -#> [161] "ISOCompletenessOmission" -#> [162] "ISOConceptualConsistency" -#> [163] "ISOConformanceResult" -#> [164] "ISOConstraint" -#> [165] "ISOConstraints" -#> [166] "ISOContact" -#> [167] "ISOCountry" -#> [168] "ISOCoupledResource" -#> [169] "ISOCouplingType" -#> [170] "ISOCoverageContentType" -#> [171] "ISOCoverageDescription" -#> [172] "ISODCPList" -#> [173] "ISODataFile" -#> [174] "ISODataIdentification" -#> [175] "ISODataQuality" -#> [176] "ISODataQualityAbstractElement" -#> [177] "ISODataQualityScope" -#> [178] "ISODataSet" -#> [179] "ISODatatype" -#> [180] "ISODate" -#> [181] "ISODateType" -#> [182] "ISODefinitionReference" -#> [183] "ISODefinitionSource" -#> [184] "ISODigitalTransferOptions" -#> [185] "ISODimension" -#> [186] "ISODimensionNameType" -#> [187] "ISODistance" -#> [188] "ISODistribution" -#> [189] "ISODistributionUnits" -#> [190] "ISODistributor" -#> [191] "ISODomainConsistency" -#> [192] "ISOElementSequence" -#> [193] "ISOEvaluationMethodType" -#> [194] "ISOExtendedElementInformation" -#> [195] "ISOExtent" -#> [196] "ISOFeatureAssociation" -#> [197] "ISOFeatureAttribute" -#> [198] "ISOFeatureCatalogue" -#> [199] "ISOFeatureCatalogueDescription" -#> [200] "ISOFeatureOperation" -#> [201] "ISOFeatureType" -#> [202] "ISOFileName" -#> [203] "ISOFormat" -#> [204] "ISOFormatConsistency" -#> [205] "ISOFreeText" -#> [206] "ISOGeographicBoundingBox" -#> [207] "ISOGeographicDescription" -#> [208] "ISOGeographicExtent" -#> [209] "ISOGeometricObjectType" -#> [210] "ISOGeometricObjects" -#> [211] "ISOGeorectified" -#> [212] "ISOGeoreferenceable" -#> [213] "ISOGridSpatialRepresentation" -#> [214] "ISOGriddedDataPositionalAccuracy" -#> [215] "ISOIdentification" -#> [216] "ISOIdentifier" -#> [217] "ISOImageDescription" -#> [218] "ISOImageryAbstractGeolocationInformation" -#> [219] "ISOImageryAcquisitionInformation" -#> [220] "ISOImageryAlgorithm" -#> [221] "ISOImageryBand" -#> [222] "ISOImageryBandDefinition" -#> [223] "ISOImageryContext" -#> [224] "ISOImageryCoverageDescription" -#> [225] "ISOImageryCoverageResult" -#> [226] "ISOImageryEnvironmentalRecord" -#> [227] "ISOImageryEvent" -#> [228] "ISOImageryGCP" -#> [229] "ISOImageryGCPCollection" -#> [230] "ISOImageryGeometryType" -#> [231] "ISOImageryGeorectified" -#> [232] "ISOImageryGeoreferenceable" -#> [233] "ISOImageryImageDescription" -#> [234] "ISOImageryInstrument" -#> [235] "ISOImageryMetadata" -#> [236] "ISOImageryNominalResolution" -#> [237] "ISOImageryObjective" -#> [238] "ISOImageryObjectiveType" -#> [239] "ISOImageryOperation" -#> [240] "ISOImageryOperationType" -#> [241] "ISOImageryPlan" -#> [242] "ISOImageryPlatform" -#> [243] "ISOImageryPlatformPass" -#> [244] "ISOImageryPolarisationOrientation" -#> [245] "ISOImageryPriority" -#> [246] "ISOImageryProcessStep" -#> [247] "ISOImageryProcessStepReport" -#> [248] "ISOImageryProcessing" -#> [249] "ISOImageryRangeElementDescription" -#> [250] "ISOImageryRequestedDate" -#> [251] "ISOImageryRequirement" -#> [252] "ISOImagerySensorType" -#> [253] "ISOImagerySequence" -#> [254] "ISOImagerySource" -#> [255] "ISOImageryTransferFunctionType" -#> [256] "ISOImageryTrigger" -#> [257] "ISOImageryUsability" -#> [258] "ISOImagingCondition" -#> [259] "ISOIndividual" -#> [260] "ISOInheritanceRelation" -#> [261] "ISOInitiative" -#> [262] "ISOInitiativeType" -#> [263] "ISOKeywordType" -#> [264] "ISOKeywords" -#> [265] "ISOLanguage" -#> [266] "ISOLegalConstraints" -#> [267] "ISOLength" -#> [268] "ISOLineage" -#> [269] "ISOListedValue" -#> [270] "ISOLocalName" -#> [271] "ISOLocale" -#> [272] "ISOLocaleContainer" -#> [273] "ISOLocalisedCharacterString" -#> [274] "ISOMLCodeDefinition" -#> [275] "ISOMLCodeListDictionary" -#> [276] "ISOMaintenanceFrequency" -#> [277] "ISOMaintenanceInformation" -#> [278] "ISOMeasure" -#> [279] "ISOMedium" -#> [280] "ISOMediumFormat" -#> [281] "ISOMediumName" -#> [282] "ISOMemberName" -#> [283] "ISOMetaIdentifier" -#> [284] "ISOMetadata" -#> [285] "ISOMetadataExtensionInformation" -#> [286] "ISOMetadataScope" -#> [287] "ISOMimeFileType" -#> [288] "ISOMultiplicity" -#> [289] "ISOMultiplicityRange" -#> [290] "ISONonQuantitativeAttributeAccuracy" -#> [291] "ISOObligation" -#> [292] "ISOOnLineFunction" -#> [293] "ISOOnlineResource" -#> [294] "ISOOperationMetadata" -#> [295] "ISOOrganisation" -#> [296] "ISOOtherAggregate" -#> [297] "ISOParameter" -#> [298] "ISOParameterDirection" -#> [299] "ISOPeriodDuration" -#> [300] "ISOPixelOrientation" -#> [301] "ISOPlatform" -#> [302] "ISOPortrayalCatalogueReference" -#> [303] "ISOPresentationForm" -#> [304] "ISOProcessStep" -#> [305] "ISOProductionSeries" -#> [306] "ISOProgress" -#> [307] "ISOPropertyType" -#> [308] "ISOQuantitativeAttributeAccuracy" -#> [309] "ISOQuantitativeResult" -#> [310] "ISORangeDimension" -#> [311] "ISORecord" -#> [312] "ISORecordType" -#> [313] "ISOReferenceIdentifier" -#> [314] "ISOReferenceSystem" -#> [315] "ISOReferenceSystemType" -#> [316] "ISORelativeInternalPositionalAccuracy" -#> [317] "ISOReleasability" -#> [318] "ISORepresentativeFraction" -#> [319] "ISOResolution" -#> [320] "ISOResponsibility" -#> [321] "ISOResponsibleParty" -#> [322] "ISORestriction" -#> [323] "ISORole" -#> [324] "ISORoleType" -#> [325] "ISOSRVServiceIdentification" -#> [326] "ISOSampleDimension" -#> [327] "ISOScale" -#> [328] "ISOScope" -#> [329] "ISOScopeCode" -#> [330] "ISOScopeDescription" -#> [331] "ISOScopedName" -#> [332] "ISOSecurityConstraints" -#> [333] "ISOSensor" -#> [334] "ISOSeries" -#> [335] "ISOServiceIdentification" -#> [336] "ISOSource" -#> [337] "ISOSpatialRepresentation" -#> [338] "ISOSpatialRepresentationType" -#> [339] "ISOSpatialTemporalExtent" -#> [340] "ISOStandardOrderProcess" -#> [341] "ISOStatus" -#> [342] "ISOStereoMate" -#> [343] "ISOTelephone" -#> [344] "ISOTelephoneType" -#> [345] "ISOTemporalConsistency" -#> [346] "ISOTemporalExtent" -#> [347] "ISOTemporalValidity" -#> [348] "ISOThematicClassificationCorrectness" -#> [349] "ISOTopicCategory" -#> [350] "ISOTopologicalConsistency" -#> [351] "ISOTopologyLevel" -#> [352] "ISOTypeName" -#> [353] "ISOURI" -#> [354] "ISOURL" -#> [355] "ISOUnlimitedInteger" -#> [356] "ISOUomIdentifier" -#> [357] "ISOUsage" -#> [358] "ISOVectorSpatialRepresentation" -#> [359] "ISOVerticalExtent" -#> [360] "SWEAbstractDataComponent" -#> [361] "SWEAbstractEncoding" -#> [362] "SWEAbstractObject" -#> [363] "SWEAbstractSWE" -#> [364] "SWEAbstractSWEIdentifiable" -#> [365] "SWEAbstractSimpleComponent" -#> [366] "SWECategory" -#> [367] "SWECategoryRange" -#> [368] "SWECount" -#> [369] "SWECountRange" -#> [370] "SWEDataRecord" -#> [371] "SWEElement" -#> [372] "SWENilValues" -#> [373] "SWEQuantity" -#> [374] "SWEQuantityRange" -#> [375] "SWEText" -#> [376] "SWETextEncoding" -#> [377] "SWETime" -#> [378] "SWETimeRange" -#> [379] "SWEXMLEncoding" +#> [131] "ISOAssociatedResource" +#> [132] "ISOAssociation" +#> [133] "ISOAssociationRole" +#> [134] "ISOAssociationType" +#> [135] "ISOBand" +#> [136] "ISOBaseBoolean" +#> [137] "ISOBaseCharacterString" +#> [138] "ISOBaseDate" +#> [139] "ISOBaseDateTime" +#> [140] "ISOBaseDecimal" +#> [141] "ISOBaseInteger" +#> [142] "ISOBaseReal" +#> [143] "ISOBinary" +#> [144] "ISOBinding" +#> [145] "ISOBoundAssociationRole" +#> [146] "ISOBoundFeatureAttribute" +#> [147] "ISOBoundingPolygon" +#> [148] "ISOBrowseGraphic" +#> [149] "ISOCarrierOfCharacteristics" +#> [150] "ISOCellGeometry" +#> [151] "ISOCharacterSet" +#> [152] "ISOCitation" +#> [153] "ISOCitationSeries" +#> [154] "ISOClassification" +#> [155] "ISOCodeDefinition" +#> [156] "ISOCodeListDictionary" +#> [157] "ISOCodeListValue" +#> [158] "ISOCodelist" +#> [159] "ISOCodelistCatalogue" +#> [160] "ISOCodelistValue" +#> [161] "ISOCompletenessCommission" +#> [162] "ISOCompletenessOmission" +#> [163] "ISOConceptualConsistency" +#> [164] "ISOConformanceResult" +#> [165] "ISOConstraint" +#> [166] "ISOConstraints" +#> [167] "ISOContact" +#> [168] "ISOCountry" +#> [169] "ISOCoupledResource" +#> [170] "ISOCouplingType" +#> [171] "ISOCoverageContentType" +#> [172] "ISOCoverageDescription" +#> [173] "ISODCPList" +#> [174] "ISODataFile" +#> [175] "ISODataIdentification" +#> [176] "ISODataQuality" +#> [177] "ISODataQualityAbstractElement" +#> [178] "ISODataQualityScope" +#> [179] "ISODataSet" +#> [180] "ISODatatype" +#> [181] "ISODate" +#> [182] "ISODateType" +#> [183] "ISODefinitionReference" +#> [184] "ISODefinitionSource" +#> [185] "ISODigitalTransferOptions" +#> [186] "ISODimension" +#> [187] "ISODimensionNameType" +#> [188] "ISODistance" +#> [189] "ISODistribution" +#> [190] "ISODistributionUnits" +#> [191] "ISODistributor" +#> [192] "ISODomainConsistency" +#> [193] "ISOElementSequence" +#> [194] "ISOEvaluationMethodType" +#> [195] "ISOExtendedElementInformation" +#> [196] "ISOExtent" +#> [197] "ISOFeatureAssociation" +#> [198] "ISOFeatureAttribute" +#> [199] "ISOFeatureCatalogue" +#> [200] "ISOFeatureCatalogueDescription" +#> [201] "ISOFeatureOperation" +#> [202] "ISOFeatureType" +#> [203] "ISOFileName" +#> [204] "ISOFormat" +#> [205] "ISOFormatConsistency" +#> [206] "ISOFreeText" +#> [207] "ISOGeographicBoundingBox" +#> [208] "ISOGeographicDescription" +#> [209] "ISOGeographicExtent" +#> [210] "ISOGeometricObjectType" +#> [211] "ISOGeometricObjects" +#> [212] "ISOGeorectified" +#> [213] "ISOGeoreferenceable" +#> [214] "ISOGridSpatialRepresentation" +#> [215] "ISOGriddedDataPositionalAccuracy" +#> [216] "ISOIdentification" +#> [217] "ISOIdentifier" +#> [218] "ISOImageDescription" +#> [219] "ISOImageryAbstractGeolocationInformation" +#> [220] "ISOImageryAcquisitionInformation" +#> [221] "ISOImageryAlgorithm" +#> [222] "ISOImageryBand" +#> [223] "ISOImageryBandDefinition" +#> [224] "ISOImageryContext" +#> [225] "ISOImageryCoverageDescription" +#> [226] "ISOImageryCoverageResult" +#> [227] "ISOImageryEnvironmentalRecord" +#> [228] "ISOImageryEvent" +#> [229] "ISOImageryGCP" +#> [230] "ISOImageryGCPCollection" +#> [231] "ISOImageryGeometryType" +#> [232] "ISOImageryGeorectified" +#> [233] "ISOImageryGeoreferenceable" +#> [234] "ISOImageryImageDescription" +#> [235] "ISOImageryInstrument" +#> [236] "ISOImageryMetadata" +#> [237] "ISOImageryNominalResolution" +#> [238] "ISOImageryObjective" +#> [239] "ISOImageryObjectiveType" +#> [240] "ISOImageryOperation" +#> [241] "ISOImageryOperationType" +#> [242] "ISOImageryPlan" +#> [243] "ISOImageryPlatform" +#> [244] "ISOImageryPlatformPass" +#> [245] "ISOImageryPolarisationOrientation" +#> [246] "ISOImageryPriority" +#> [247] "ISOImageryProcessStep" +#> [248] "ISOImageryProcessStepReport" +#> [249] "ISOImageryProcessing" +#> [250] "ISOImageryRangeElementDescription" +#> [251] "ISOImageryRequestedDate" +#> [252] "ISOImageryRequirement" +#> [253] "ISOImagerySensorType" +#> [254] "ISOImagerySequence" +#> [255] "ISOImagerySource" +#> [256] "ISOImageryTransferFunctionType" +#> [257] "ISOImageryTrigger" +#> [258] "ISOImageryUsability" +#> [259] "ISOImagingCondition" +#> [260] "ISOIndividual" +#> [261] "ISOInheritanceRelation" +#> [262] "ISOInitiative" +#> [263] "ISOInitiativeType" +#> [264] "ISOKeywordClass" +#> [265] "ISOKeywordType" +#> [266] "ISOKeywords" +#> [267] "ISOLanguage" +#> [268] "ISOLegalConstraints" +#> [269] "ISOLength" +#> [270] "ISOLineage" +#> [271] "ISOListedValue" +#> [272] "ISOLocalName" +#> [273] "ISOLocale" +#> [274] "ISOLocaleContainer" +#> [275] "ISOLocalisedCharacterString" +#> [276] "ISOMLCodeDefinition" +#> [277] "ISOMLCodeListDictionary" +#> [278] "ISOMaintenanceFrequency" +#> [279] "ISOMaintenanceInformation" +#> [280] "ISOMeasure" +#> [281] "ISOMedium" +#> [282] "ISOMediumFormat" +#> [283] "ISOMediumName" +#> [284] "ISOMemberName" +#> [285] "ISOMetaIdentifier" +#> [286] "ISOMetadata" +#> [287] "ISOMetadataExtensionInformation" +#> [288] "ISOMetadataScope" +#> [289] "ISOMimeFileType" +#> [290] "ISOMultiplicity" +#> [291] "ISOMultiplicityRange" +#> [292] "ISONonQuantitativeAttributeAccuracy" +#> [293] "ISOObligation" +#> [294] "ISOOnLineFunction" +#> [295] "ISOOnlineResource" +#> [296] "ISOOperationMetadata" +#> [297] "ISOOrganisation" +#> [298] "ISOOtherAggregate" +#> [299] "ISOParameter" +#> [300] "ISOParameterDirection" +#> [301] "ISOPeriodDuration" +#> [302] "ISOPixelOrientation" +#> [303] "ISOPlatform" +#> [304] "ISOPortrayalCatalogueReference" +#> [305] "ISOPresentationForm" +#> [306] "ISOProcessStep" +#> [307] "ISOProductionSeries" +#> [308] "ISOProgress" +#> [309] "ISOPropertyType" +#> [310] "ISOQuantitativeAttributeAccuracy" +#> [311] "ISOQuantitativeResult" +#> [312] "ISORangeDimension" +#> [313] "ISORecord" +#> [314] "ISORecordType" +#> [315] "ISOReferenceIdentifier" +#> [316] "ISOReferenceSystem" +#> [317] "ISOReferenceSystemType" +#> [318] "ISORelativeInternalPositionalAccuracy" +#> [319] "ISOReleasability" +#> [320] "ISORepresentativeFraction" +#> [321] "ISOResolution" +#> [322] "ISOResponsibility" +#> [323] "ISOResponsibleParty" +#> [324] "ISORestriction" +#> [325] "ISORole" +#> [326] "ISORoleType" +#> [327] "ISOSRVServiceIdentification" +#> [328] "ISOSampleDimension" +#> [329] "ISOScale" +#> [330] "ISOScope" +#> [331] "ISOScopeCode" +#> [332] "ISOScopeDescription" +#> [333] "ISOScopedName" +#> [334] "ISOSecurityConstraints" +#> [335] "ISOSensor" +#> [336] "ISOSeries" +#> [337] "ISOServiceIdentification" +#> [338] "ISOSource" +#> [339] "ISOSpatialRepresentation" +#> [340] "ISOSpatialRepresentationType" +#> [341] "ISOSpatialTemporalExtent" +#> [342] "ISOStandardOrderProcess" +#> [343] "ISOStatus" +#> [344] "ISOStereoMate" +#> [345] "ISOTelephone" +#> [346] "ISOTelephoneType" +#> [347] "ISOTemporalConsistency" +#> [348] "ISOTemporalExtent" +#> [349] "ISOTemporalValidity" +#> [350] "ISOThematicClassificationCorrectness" +#> [351] "ISOTopicCategory" +#> [352] "ISOTopologicalConsistency" +#> [353] "ISOTopologyLevel" +#> [354] "ISOTypeName" +#> [355] "ISOURI" +#> [356] "ISOURL" +#> [357] "ISOUnlimitedInteger" +#> [358] "ISOUomIdentifier" +#> [359] "ISOUsage" +#> [360] "ISOVectorSpatialRepresentation" +#> [361] "ISOVerticalExtent" +#> [362] "SWEAbstractDataComponent" +#> [363] "SWEAbstractEncoding" +#> [364] "SWEAbstractObject" +#> [365] "SWEAbstractSWE" +#> [366] "SWEAbstractSWEIdentifiable" +#> [367] "SWEAbstractSimpleComponent" +#> [368] "SWECategory" +#> [369] "SWECategoryRange" +#> [370] "SWECount" +#> [371] "SWECountRange" +#> [372] "SWEDataRecord" +#> [373] "SWEElement" +#> [374] "SWENilValues" +#> [375] "SWEQuantity" +#> [376] "SWEQuantityRange" +#> [377] "SWEText" +#> [378] "SWETextEncoding" +#> [379] "SWETime" +#> [380] "SWETimeRange" +#> [381] "SWEXMLEncoding" diff --git a/reference/getISOMetadataSchemas.html b/reference/getISOMetadataSchemas.html index 90126bc5..9a597ae9 100644 --- a/reference/getISOMetadataSchemas.html +++ b/reference/getISOMetadataSchemas.html @@ -64,7 +64,7 @@

Examples

getISOMetadataSchemas() #> An object of class "xmlSchemaRef" #> Slot "ref": -#> <pointer: 0x562d7b2d3b20> +#> <pointer: 0x55f42f69cac0> #> diff --git a/reference/index.html b/reference/index.html index 39d8a501..f1cc1a3c 100644 --- a/reference/index.html +++ b/reference/index.html @@ -575,6 +575,10 @@

All functions ISOApplicationSchemaInformation

ISOApplicationSchemaInformation

+ +

ISOAssociatedResource

+ +

ISOAssociatedResource

ISOAssociation

@@ -1103,6 +1107,10 @@

All functions ISOInitiativeType

ISOInitiativeType

+ +

ISOKeywordClass

+ +

ISOKeywordClass

ISOKeywordType

diff --git a/sitemap.xml b/sitemap.xml index f4534c03..7ca25745 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -137,6 +137,7 @@ /reference/ISOAnchor.html /reference/ISOAngle.html /reference/ISOApplicationSchemaInformation.html +/reference/ISOAssociatedResource.html /reference/ISOAssociation.html /reference/ISOAssociationRole.html /reference/ISOAssociationType.html @@ -269,6 +270,7 @@ /reference/ISOInheritanceRelation.html /reference/ISOInitiative.html /reference/ISOInitiativeType.html +/reference/ISOKeywordClass.html /reference/ISOKeywordType.html /reference/ISOKeywords.html /reference/ISOLanguage.html