postgis
This configuration is optional when using the plugin Gis_DataSource_PostGis.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<postGisConfig
>
required<raster
<cache
<folder
>
optionalstring
</folder>
>
optional
</cache>
<preconfiguredProduct
name
required=
stringnumChannels
required=
integer<mapping
min
required=
doublemax
required=
double<description
>
optionalstring
</description>
<supportedPixelTypes
>
required<pixelType
xs:string1BB
2BUI
4BUI
8BSI
8BUI
16BSI
16BUI
32BSI
32BUI
32BF
64BF
UNKNOWN
>
required
</pixelType>
</supportedPixelTypes>
<band
xs:unsignedBytemin
optional=
doublemax
optional=
double>
requiredmax. unbounded
</band>
name
required=
stringid
required=
string>
requiredmax. unbounded
</mapping>
<description
>
optionalstring
</description>
>
requiredmax. unbounded
</preconfiguredProduct>
<editableProduct
<mapping
min
required=
doublemax
required=
doublename
required=
xs:stringCHANNEL_CHOOSER_GRAY
CHANNEL_CHOOSER_RGB
CHANNEL_CHOOSER_RGBA
numBands
required=
integer>
required
</mapping>
>
required
</editableProduct>
>
optional
</raster>
</postGisConfig>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
postgis:
raster:
cache:
folder: "text"
preconfiguredProduct:
- name: "text"
numChannels: "1337"
mapping:
- min: 133.7
max: 133.7
name: "text"
id: "text"
description: "text"
supportedPixelTypes:
- "1BB"
- "1BB"
band:
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
name: "text"
id: "text"
description: "text"
supportedPixelTypes:
- "1BB"
- "1BB"
band:
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
value: 5
description: "text"
- name: "text"
numChannels: "1337"
mapping:
- min: 133.7
max: 133.7
name: "text"
id: "text"
description: "text"
supportedPixelTypes:
- "1BB"
- "1BB"
band:
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
name: "text"
id: "text"
description: "text"
supportedPixelTypes:
- "1BB"
- "1BB"
band:
- min: 133.7
max: 133.7
value: 5
- min: 133.7
max: 133.7
value: 5
description: "text"
editableProduct:
- min: 133.7
max: 133.7
name: "CHANNEL_CHOOSER_GRAY"
numBands: "1337"
- min: 133.7
max: 133.7
name: "CHANNEL_CHOOSER_GRAY"
numBands: "1337"
Filename: postgis-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<postGisConfig>
<raster>
<cache>
<folder>text</folder>
</cache>
<preconfiguredProduct name="text" numChannels="1337">
<mapping name="text" id="text" min="133.7" max="133.7">
<description>text</description>
<supportedPixelTypes>
<pixelType>1BB</pixelType>
<pixelType>1BB</pixelType>
</supportedPixelTypes>
<band min="133.7" max="133.7">5</band>
<band min="133.7" max="133.7">5</band>
</mapping>
<mapping name="text" id="text" min="133.7" max="133.7">
<description>text</description>
<supportedPixelTypes>
<pixelType>1BB</pixelType>
<pixelType>1BB</pixelType>
</supportedPixelTypes>
<band min="133.7" max="133.7">5</band>
<band min="133.7" max="133.7">5</band>
</mapping>
<description>text</description>
</preconfiguredProduct>
<preconfiguredProduct name="text" numChannels="1337">
<mapping name="text" id="text" min="133.7" max="133.7">
<description>text</description>
<supportedPixelTypes>
<pixelType>1BB</pixelType>
<pixelType>1BB</pixelType>
</supportedPixelTypes>
<band min="133.7" max="133.7">5</band>
<band min="133.7" max="133.7">5</band>
</mapping>
<mapping name="text" id="text" min="133.7" max="133.7">
<description>text</description>
<supportedPixelTypes>
<pixelType>1BB</pixelType>
<pixelType>1BB</pixelType>
</supportedPixelTypes>
<band min="133.7" max="133.7">5</band>
<band min="133.7" max="133.7">5</band>
</mapping>
<description>text</description>
</preconfiguredProduct>
<editableProduct>
<mapping name="CHANNEL_CHOOSER_GRAY" numBands="1337" min="133.7" max="133.7"/>
<mapping name="CHANNEL_CHOOSER_GRAY" numBands="1337" min="133.7" max="133.7"/>
</editableProduct>
</raster>
</postGisConfig>