org.mapfish.print.map.tiled.wmts.RequestEncoding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
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