Layer.IsoMetadataDocument Property
Gets or sets the path or URL to an ISO 19139 metadata document for the layer.
Syntax
public System.String IsoMetadataDocument { get; set; }
Property Value
The path to an ISO 19139 metadata document for the layer.
Remarks
If this property points to a valid ISO 19139 document when a Carmenta Engine .px configuration file is loaded, this metadata file will be read, and its contents will replace some of the properties of the layer otherwise read from the .px file. Specifically, the Description and DisplayName properties will be set from the ISO file if found there.
For an OgcWmsServerLayer or a CatalogLayer representing a OgcWmsServerLayer, the property will be automatically set to a URL pointing to the metadata document for the layer, if such a URL is specified in the capabilities document loaded from the server.
This property can be specified in several different languages, see Localized properties in Carmenta Studio, and all the files will be read. Information from an ISO file for a particular language will only set the Description and DisplayName properties for that language.
Platforms
Windows, Linux, Android