Class: GmfMetaData

gmfThemes.GmfMetaData

Members

copy_to: Array:.<string:>|undefined

Names of layers on which the geometry can be copied to (in the edition mode). For WMS layers and only for CGXP ! (Use "copyable" in NGEO.)

copyable: boolean|undefined

Whether the geometry from this data source can be copied to other data sources or not. Defaults to false. Default to false. For WMS layers.

directedFilterAttributes: Array:.<string:>|undefined

List of attribute names which should have rules already ready when using the filter tools. For WMS layers.

disclaimer: string|undefined

The disclaimer text for this element. For WMS and WMTS layers, layer groups and themes.

enumeratedAttributes: Array:.<string:>|undefined

List of attribute names which have enumerated attribute values (for filters purpose). For WMS layers.

geometry_validation: boolean|undefined

Whether geometries must be validated by PostgreSQL on edition. Default to false. For WMS layers. Also working in CGXP.

iconUrl: string|undefined

The URL of the icon to display in the layer tree. For WMS and WMTS layers.

identifierAttributeField: string|undefined

The field used in the 'display query window' as feature title. For WMS layers.

isChecked: boolean|undefined

Is the layer checked by default. Default to false. For WMS and WMTS layers.

isExpanded: boolean|undefined

Whether the layer group is expanded by default. Default to false. For layer groups (only).

isLegendExpanded: boolean|undefined

Whether the legend is expanded by default. Default to false. For WMS and WMTS layers.

lastUpdateDateColumn: string|undefined

'Date' column that will be automatically updated after editing an element. For WMS layers. Also working in CGXP.

lastUpdateUserColumn: string|undefined

'User' column that will be automatically updated after editing an element. For WMS layers. Also working in CGXP.

legend: boolean|undefined

Display the legend of this layers. Default to false. For WMS and WMTS layers.

legendImage: string|undefined

The URL to the image used as a legend in the layer tree. For WMS and WMTS layers.

legendRule: string|undefined

The WMS 'RULE' parameter used to display the icon in the layer tree. "Short version" of the 'iconURL' metadata for WMS layers. For WMS layers.

maxResolution: number|undefined

The max resolution where the layer is visible. For WMS layers. On WMTS layers it will have effect on the node in the layertree but not on the layertree directly.

metadataUrl: string|undefined

The URL to the information on this layer. For WMS and WMTS layers.

minResolution: number|undefined

The min resolution where the layer is visible. For WMS layers. On WMTS layers it will have effect on the node in the layertree but not on the layer directly.

ogcServer: string|undefined

The corresponding OGC server for a WMTS layer. For WMTS layers.

opacity: number|undefined

Layer opacity. Default to 1.0 (fuly visible, 0 means invisible) For WMS and WMTS layers.

printLayers: string|undefined

A WMS layer that will be used instead of the WMTS layers in the print. Used to increase quality of printed WMTS layers. For WMTS layers.

printNativeAngle: boolean|undefined

Whether the print should rotate the symbols. Default to true. For layer groups (only).

queryLayers: string|undefined

The WMS layers used as references to query the WMTS layers. For WMTS layers.

snappingConfig: gmfThemes.GmfSnappingConfig|undefined

The snapping configuration for the leaf. If set, the leaf's layer is considered to be "snappable", even if the config itself is empty. Example of value: {'tolerance': 50, 'edge': false} For WMS layers.

thumbnail: string|undefined

The icon visible in the background selector. For WMS and WMTS layers.

timeAttribute: string|undefined

The name of the time attribute. For WMS(-T) layers.

wmsLayers: string|undefined

A corresponding WMS layer for a WMTS layers. Used to query the WMTS layers and to print it. (See also printLayers and queryLayers metadata for more granularity). For WMTS Layers.