Skip to content

terrestris/terrestris-filterfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terrestris GeoTools filter functions

Prerequisites: Java 11 and maven 3.5

  • build with mvn install
  • copy into Geoserver's WEB-INF/lib to enable

After that, you currently have the following extra functions available:

stringFormat

A function that utilizes Java's String.format function for better control of string conversions. It takes three parameters:

Example:

CQL_FILTER = stringFormat('%f', 'java.lang.Double', some_attribute) ilike '%123%'

About

Extra GeoTools filterfunctions

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages