From 3394f032c1162167e82cfaf520f7de68ba4e5cb7 Mon Sep 17 00:00:00 2001 From: eblondel Date: Thu, 3 Oct 2024 21:09:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20eblondel?= =?UTF-8?q?/geometa@828d2beb16b3801f5e2f5036cbd052da21b554ac=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/ISOAbstractResponsibility.html | 171 ++++++++ reference/ISOReleasability.html | 292 +++++++++++++ reference/ISOResponsibility.html | 2 +- reference/getGeometaOptions.html | 2 +- reference/getISOClasses.html | 512 ++++++++++++----------- reference/getISOMetadataSchemas.html | 2 +- reference/index.html | 8 + sitemap.xml | 2 + 9 files changed, 734 insertions(+), 259 deletions(-) create mode 100644 reference/ISOAbstractResponsibility.html create mode 100644 reference/ISOReleasability.html diff --git a/pkgdown.yml b/pkgdown.yml index 4971a735..cc8c7af7 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-03T20:16Z +last_built: 2024-10-03T21:07Z diff --git a/reference/ISOAbstractResponsibility.html b/reference/ISOAbstractResponsibility.html new file mode 100644 index 00000000..b966b72c --- /dev/null +++ b/reference/ISOAbstractResponsibility.html @@ -0,0 +1,171 @@ + +ISOAbstractResponsibility — ISOAbstractResponsibility • geometa + + +
+
+ + + +
+
+ + +
+

ISOAbstractResponsibility

+

ISOAbstractResponsibility

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISO abstract responsibility

+
+
+

References

+

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

+
+
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAbstractResponsibility

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOAbstractResponsibility$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.1.

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

ISOReleasability

+

ISOReleasability

+
+ + +
+

Format

+

R6Class object.

+
+
+

Value

+

Object of R6Class for modelling an ISOReleasability

+
+ +
+

Author

+

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

+
+
+

Super classes

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOReleasability

+
+
+

Public fields

+

addressee
+

addressee [0..*]: ISOAbstractResponsibility

+ + +
statement
+

statement [0..1]: character

+ + +
disseminationConstraints
+

disseminationConstraints [0..*]: ISORestriction

+ + +

+
+
+

Methods

+ +

Inherited methods


+

Method new()

+

Initializes object

+

Usage

+

ISOReleasability$new(xml = NULL)

+
+ +
+

Arguments

+

xml
+

object of class XMLInternalNode-class

+ + +

+
+ +


+

Method addAddressee()

+

Adds addressee

+

Usage

+

ISOReleasability$addAddressee(addressee)

+
+ +
+

Arguments

+

addressee
+

addressee of class ISOAbstractResponsibility

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delAddressee()

+

Deletes addressee

+

Usage

+

ISOReleasability$delAddressee(addressee)

+
+ +
+

Arguments

+

addressee
+

addressee of class ISOAbstractResponsibility

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method setStatement()

+

Set statement

+

Usage

+

ISOReleasability$setStatement(statement, locales = NULL)

+
+ +
+

Arguments

+

statement
+

statement

+ + +
locales
+

list of localized texts. Default is NULL

+ + +

+
+ +


+

Method addConstraint()

+

Adds constraint

+

Usage

+

ISOReleasability$addConstraint(constraint)

+
+ +
+

Arguments

+

constraint
+

constraint of class ISORestriction

+ + +

+
+
+

Returns

+

TRUE if added, FALSE otherwise

+
+ +


+

Method delConstraint()

+

Deletes constraint

+

Usage

+

ISOReleasability$delConstraint(constraint)

+
+ +
+

Arguments

+

constraint
+

constraint of class ISORestriction

+ + +

+
+
+

Returns

+

TRUE if deleted, FALSE otherwise

+
+ +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ISOReleasability$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.1.1.

+
+ +
+ + + + + + + + diff --git a/reference/ISOResponsibility.html b/reference/ISOResponsibility.html index e4495107..55989ac5 100644 --- a/reference/ISOResponsibility.html +++ b/reference/ISOResponsibility.html @@ -70,7 +70,7 @@

Author

Super classes

-

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOResponsibility

+

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractResponsibility -> ISOResponsibility

Public fields

diff --git a/reference/getGeometaOptions.html b/reference/getGeometaOptions.html index 49982ad0..a9e85d97 100644 --- a/reference/getGeometaOptions.html +++ b/reference/getGeometaOptions.html @@ -62,7 +62,7 @@

Author

Examples

            
   getGeometaOptions()
-#> <environment: 0x55f8aabddad8>
+#> <environment: 0x562476f094c0>
 
 
diff --git a/reference/getISOClasses.html b/reference/getISOClasses.html index 79b934ac..b14eb5d3 100644 --- a/reference/getISOClasses.html +++ b/reference/getISOClasses.html @@ -162,261 +162,263 @@

Examples

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

Examples

getISOMetadataSchemas() #> An object of class "xmlSchemaRef" #> Slot "ref": -#> <pointer: 0x55f8ac1a2b10> +#> <pointer: 0x56247e181fd0> #> diff --git a/reference/index.html b/reference/index.html index 99af7ac0..da818729 100644 --- a/reference/index.html +++ b/reference/index.html @@ -439,6 +439,10 @@

All functions ISOAbstractReferenceSystem

ISOAbstractReferenceSystem

+ +

ISOAbstractResponsibility

+ +

ISOAbstractResponsibility

ISOAbstractResult

@@ -1219,6 +1223,10 @@

All functions ISOReferenceSystemType

ISOReferenceSystemType

+ +

ISOReleasability

+ +

ISOReleasability

ISORepresentativeFraction

diff --git a/sitemap.xml b/sitemap.xml index f23820e8..70bd4798 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -103,6 +103,7 @@ /reference/ISOAbstractPositionalAccuracy.html /reference/ISOAbstractPropertyType.html /reference/ISOAbstractReferenceSystem.html +/reference/ISOAbstractResponsibility.html /reference/ISOAbstractResult.html /reference/ISOAbstractTemporalAccuracy.html /reference/ISOAbstractThematicAccuracy.html @@ -299,6 +300,7 @@ /reference/ISOReferenceSystem.html /reference/ISOReferenceSystemType.html /reference/ISORelativeInternalPositionalAccuracy.html +/reference/ISOReleasability.html /reference/ISORepresentativeFraction.html /reference/ISOResolution.html /reference/ISOResponsibility.html