Documentation
¶
Index ¶
- func GetCapabilitiesGeneratorInitContainer(_ *pdoknlv2.WMTS, images types.Images) (*corev1.Container, error)
- func GetInput(webservice *pdoknlv2.WMTS) (string, error)
- func MapWMTSToCapabilitiesGeneratorInput(wmts *v2.WMTS) (*capabilitiesgenerator.Config, error)
- type AllowedValues
- type Constraint
- type DCP
- type Method
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapWMTSToCapabilitiesGeneratorInput ¶
func MapWMTSToCapabilitiesGeneratorInput(wmts *v2.WMTS) (*capabilitiesgenerator.Config, error)
Types ¶
type AllowedValues ¶
type AllowedValues struct {
Value []string `xml:"ows:Value" yaml:"value"`
}
type Constraint ¶
type Constraint struct {
Name string `xml:"name,attr" yaml:"name"`
AllowedValues AllowedValues `xml:"ows:AllowedValues" yaml:"allowedValues"`
}
type Method ¶
type Method struct {
Type string `xml:"xlink:type,attr" yaml:"type"`
Href string `xml:"xlink:href,attr" yaml:"href"`
Constraint []Constraint `xml:"ows:Constraint" yaml:"constraint"`
}
Click to show internal directories.
Click to hide internal directories.