org.mapfish.print.processor.ProvideAttributes 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.processor;
import org.mapfish.print.attribute.Attribute;
import java.util.Map;
/**
* Processor that provide attributes.
*/
public interface ProvideAttributes {
/**
* The provides attribute by the processor.
*
* @return the provided attributes
*/
Map getAttributes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy