All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mapfish.print.map.tiled.wmts.RequestEncoding Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.map.tiled.wmts;

/**
 * The types of encoding to use when making http requests.
 */
public enum RequestEncoding {
    /**
     * Use query parameters for the WMTS tile parameters.
     */
    KVP,
    /**
     * Use Rest format for encoding the WMTS tile parameters.
     */
    REST
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy