embedded.scripts.getcapabilities_sections_concat.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sos-statistics Show documentation
Show all versions of sos-statistics Show documentation
52°North SOS - OGC Statistics
def arr = new ArrayList()
arr += doc["getcapabilities-sections"].values
return arr.join("_")
© 2015 - 2024 Weber Informatics LLC | Privacy Policy