Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractClientHttpRequestFactoryProcessor - Class in org.mapfish.print.processor.http
-
The AbstractClientHttpRequestFactoryProcessor class.
- AbstractClientHttpRequestFactoryProcessor() - Constructor for class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
-
Constructor.
- AbstractFeatureSourceLayer - Class in org.mapfish.print.map.geotools
-
A layer that wraps a Geotools Feature Source and a style object.
- AbstractFeatureSourceLayer(ExecutorService, FeatureSourceSupplier, StyleSupplier<FeatureSource<?, ?>>, boolean, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
-
Constructor.
- AbstractFeatureSourceLayerPlugin<P> - Class in org.mapfish.print.map.geotools
-
Abstract class for FeatureSource based
MapLayerFactoryPlugin
objects. - AbstractFeatureSourceLayerPlugin(String, String...) - Constructor for class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
-
Constructor.
- AbstractFileConfigFileLoader - Class in org.mapfish.print.servlet.fileloader
-
Abstract implementation for files that are on the local file system.
- AbstractFileConfigFileLoader() - Constructor for class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- AbstractGeotoolsLayer - Class in org.mapfish.print.map.geotools
-
The AbstractGeotoolsLayer class.
- AbstractGeotoolsLayer(ExecutorService, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
Constructor.
- AbstractGeotoolsLayer(AbstractGeotoolsLayer) - Constructor for class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
Copy constructor.
- AbstractGridCoverageLayerPlugin - Class in org.mapfish.print.map.geotools
-
Abstract class for
MapLayerFactoryPlugin
that created layers based on grid coverages. - AbstractGridCoverageLayerPlugin() - Constructor for class org.mapfish.print.map.geotools.AbstractGridCoverageLayerPlugin
- AbstractJasperReportOutputFormat - Class in org.mapfish.print.output
-
The AbstractJasperReportOutputFormat class.
- AbstractJasperReportOutputFormat() - Constructor for class org.mapfish.print.output.AbstractJasperReportOutputFormat
- AbstractJasperReportOutputFormat.Print - Class in org.mapfish.print.output
-
The print information for doing the export.
- AbstractLayerParams - Class in org.mapfish.print.map
-
Contains common properties to all layers.
- AbstractLayerParams() - Constructor for class org.mapfish.print.map.AbstractLayerParams
-
Constructor.
- AbstractLayerParams(AbstractLayerParams) - Constructor for class org.mapfish.print.map.AbstractLayerParams
-
Copy constructor.
- AbstractMatcher - Class in org.mapfish.print.processor.http.matcher
-
Base matcher for checking that URIs are authorized or denied.
- AbstractMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.AbstractMatcher
- AbstractMfClientHttpRequestFactoryWrapper - Class in org.mapfish.print.http
-
The AbstractMfClientHttpRequestFactoryWrapper class.
- AbstractMfClientHttpRequestFactoryWrapper(MfClientHttpRequestFactory, UriMatchers, boolean) - Constructor for class org.mapfish.print.http.AbstractMfClientHttpRequestFactoryWrapper
-
Creates a
AbstractClientHttpRequestFactoryWrapper
wrapping the given request factory. - AbstractProcessor<IN,
OUT> - Class in org.mapfish.print.processor -
Basic functionality of a processor.
- AbstractProcessor(Class<OUT>) - Constructor for class org.mapfish.print.processor.AbstractProcessor
-
Constructor.
- AbstractProcessor.Context - Class in org.mapfish.print.processor
-
Default implementation of
Processor.ExecutionContext
. - AbstractSingleImageLayer - Class in org.mapfish.print.map.image
-
Common implementation for layers that are represented as a single grid coverage image.
- AbstractSingleImageLayer(ExecutorService, StyleSupplier<GridCoverage2D>, AbstractLayerParams, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.image.AbstractSingleImageLayer
-
Constructor.
- AbstractTiledLayer<T extends AbstractTiledLayerParams> - Class in org.mapfish.print.map.tiled
-
An abstract class to support implementing layers that consist of Raster tiles which are combined to compose a single raster to be drawn on the map.
- AbstractTiledLayer(ForkJoinPool, StyleSupplier<GridCoverage2D>, T, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.tiled.AbstractTiledLayer
-
Constructor.
- AbstractTiledLayer(AbstractGeotoolsLayer, StyleSupplier<GridCoverage2D>, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.tiled.AbstractTiledLayer
-
Copy constructor.
- AbstractTiledLayerParams - Class in org.mapfish.print.map.tiled
-
Contains the standard parameters for tiled layers.
- AbstractTiledLayerParams() - Constructor for class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
Constructor.
- AbstractTiledLayerParams(AbstractTiledLayerParams) - Constructor for class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
Copy constructor.
- AbstractVectorLayerParam - Class in org.mapfish.print.map.geotools
-
Common parameters for geotools vector layers.
- AbstractVectorLayerParam() - Constructor for class org.mapfish.print.map.geotools.AbstractVectorLayerParam
- AbstractWMXLayerParams - Class in org.mapfish.print.map.tiled
-
An abstract layers params class for WM* layers (e.g.
- AbstractWMXLayerParams() - Constructor for class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Constructor.
- AbstractWMXLayerParams(AbstractWMXLayerParams) - Constructor for class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Copy constructor.
- AcceptAllMatcher - Class in org.mapfish.print.processor.http.matcher
-
A matcher that always returns true.
- AcceptAllMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.AcceptAllMatcher
- accepts(URI) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateReportLoader
- accepts(URI) - Method in class org.mapfish.print.servlet.job.loader.FileReportLoader
- accepts(URI) - Method in interface org.mapfish.print.servlet.job.loader.ReportLoader
-
Returns true if this loader can process the provided URI.
- AccessAssertion - Interface in org.mapfish.print.config.access
-
An access assertion is a check that the current user has particular access/properties to allow access to a particular resource like a template or completed report.
- AccessAssertionPersister - Class in org.mapfish.print.config.access
-
Class for marshaling and unmarshaling AccessAssertionObjects to and from JSON.
- AccessAssertionPersister() - Constructor for class org.mapfish.print.config.access.AccessAssertionPersister
- AccessAssertionUserType - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Hibernate user type for access assertion.
- AccessAssertionUserType() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- Accounting - Class in org.mapfish.print.servlet.job
-
Do some accounting for jobs.
- Accounting() - Constructor for class org.mapfish.print.servlet.job.Accounting
- Accounting.JobTracker - Class in org.mapfish.print.servlet.job
-
Do accounting for a job.
- add(PrintJobEntry) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- add(PrintJobEntry) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- add(PrintJobEntry) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Add new job entry to the queue.
- addCommonInput(String) - Method in class org.mapfish.print.processor.ProcessorDependency
-
Add a common input to this dependency.
- addDependency(ProcessorGraphNode) - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Add a dependency to this node.
- addEmailStats(InternetAddress[], boolean) - Method in class org.mapfish.print.processor.ExecutionStats
-
Add statistics about sent emails.
- addFilter(String, Class<? extends Filter>) - Method in class org.mapfish.print.cli.CliServletContext
- addFilter(String, String) - Method in class org.mapfish.print.cli.CliServletContext
- addFilter(String, Filter) - Method in class org.mapfish.print.cli.CliServletContext
- AddHeadersProcessor - Class in org.mapfish.print.processor.http
-
This processor allows adding static headers to an http request.
- AddHeadersProcessor() - Constructor for class org.mapfish.print.processor.http.AddHeadersProcessor
- addJspFile(String, String) - Method in class org.mapfish.print.cli.CliServletContext
- addListener(Class<? extends EventListener>) - Method in class org.mapfish.print.cli.CliServletContext
- addListener(String) - Method in class org.mapfish.print.cli.CliServletContext
- addListener(T) - Method in class org.mapfish.print.cli.CliServletContext
- addMapStats(MapfishMapContext, MapAttribute.MapAttributeValues) - Method in class org.mapfish.print.processor.ExecutionStats
-
Add statistics about a created map.
- addMetricsAppenderToLogback() - Method in class org.mapfish.print.metrics.LoggingMetricsConfigurator
-
Add an appender to Logback logging framework that will track the types of log messages made.
- addPageStats(PrintPageFormat) - Method in class org.mapfish.print.processor.ExecutionStats
-
Add statistics about a generated page.
- addParamOverride(Multimap<String, String>, String, String) - Static method in class org.mapfish.print.URIUtils
-
Add a parameter to the query params (the params map) replacing any parameter that might be there.
- addParams(String, Multimap<String, String>, Set<String>) - Static method in class org.mapfish.print.URIUtils
-
Add the given params to the query.
- addParams(URI, Multimap<String, String>, Set<String>) - Static method in class org.mapfish.print.URIUtils
-
Add the given params to the query.
- addPathTo(StringBuilder) - Method in class org.mapfish.print.wrapper.PElement
-
Append the path to the StringBuilder.
- addRequiredValues(Values) - Method in class org.mapfish.print.output.Values
-
Add the elements that all values objects require from the provided values object.
- AddressHostMatcher - Class in org.mapfish.print.processor.http.matcher
-
Compares ip address string and mask string by using
InetAddress
comparison. - AddressHostMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- AddressMask(InetAddress) - Constructor for class org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
-
Guess the mask in function of the address: /8 for IPv4 loopback and full match for the rest.
- AddressMask(InetAddress, InetAddress) - Constructor for class org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
-
IP and mask are given.
- addServlet(String, Class<? extends Servlet>) - Method in class org.mapfish.print.cli.CliServletContext
- addServlet(String, String) - Method in class org.mapfish.print.cli.CliServletContext
- addServlet(String, Servlet) - Method in class org.mapfish.print.cli.CliServletContext
- AddStaticLayersProcessor - Class in org.mapfish.print.processor.map
-
This processor adds the configured set of layers to the map.
- AddStaticLayersProcessor() - Constructor for class org.mapfish.print.processor.map.AddStaticLayersProcessor
-
Constructor.
- AddStaticLayersProcessor.Input - Class in org.mapfish.print.processor.map
-
The object containing the values required for this processor.
- AddStaticLayersProcessor.StaticLayerPosition - Enum Class in org.mapfish.print.processor.map
-
Indications where in the layer list to add the static layers.
- adjustBoundsToNearestScale(ZoomLevels, double, ZoomLevelSnapStrategy, boolean, Rectangle, double) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- adjustBoundsToNearestScale(ZoomLevels, double, ZoomLevelSnapStrategy, boolean, Rectangle, double) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- adjustBoundsToNearestScale(ZoomLevels, double, ZoomLevelSnapStrategy, boolean, Rectangle, double) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Adjust these bounds so that they are adjusted to the nearest scale in the provided set of scales.
- adjustBoundsToRotation(double) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- adjustBoundsToRotation(double) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- adjustBoundsToRotation(double) - Method in class org.mapfish.print.attribute.map.MapBounds
-
In case a rotation is used for the map, the bounds have to be adjusted so that all visible parts are rendered.
- adjustBoundsToScaleAndMapSize(GenericMapAttribute.GenericMapAttributeValues, Rectangle, MapBounds, double) - Static method in class org.mapfish.print.processor.map.CreateMapProcessor
-
If requested, adjust the bounds to the nearest scale and the map size.
- adjustedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- adjustedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- adjustedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Create a
ReferencedEnvelope
representing the bounds. - align - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The horizontal alignment of the scalebar inside the scalebar graphic (default: left).
- allAreFinished(Set<ProcessorGraphNode<?, ?>>) - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Verify that all processors have finished executing atomically (within the same lock as
ProcessorExecutionContext.finished(ProcessorGraphNode)
andProcessorExecutionContext.isFinished(ProcessorGraphNode)
is within. - AlwaysAllowAssertion - Class in org.mapfish.print.config.access
-
This assertion always allows access.
- AlwaysAllowAssertion() - Constructor for class org.mapfish.print.config.access.AlwaysAllowAssertion
- AndAccessAssertion - Class in org.mapfish.print.config.access
-
An access assertion that throws fails if any of the encapsulated assertions fail.
- AndAccessAssertion() - Constructor for class org.mapfish.print.config.access.AndAccessAssertion
- ANY_FRAGMENT - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any fragments.
- ANY_HOST - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any hosts.
- ANY_METHOD - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any queries.
- ANY_PATH - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any paths.
- ANY_PORT - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any ports.
- ANY_QUERY - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any queries.
- ANY_REALM - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any realms.
- ANY_SCHEME - Static variable in class org.mapfish.print.processor.http.matcher.MatchInfo
-
A value representing all and any schemes.
- aoiDisplay - Variable in class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
-
Indicates how to render the area of interest on this sub-map.
- aoiStyle - Variable in class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
-
If this is defined it will override the style used for rendering the Area Of Interest in the main map attribute's Area of Interest definition.
- ApplicationContextProvider - Class in org.mapfish.print
-
Provides application context in static context.
- ApplicationContextProvider() - Constructor for class org.mapfish.print.ApplicationContextProvider
- area - Variable in class org.mapfish.print.attribute.map.AreaOfInterest
-
A Geojson geometry (can be string or GeoJson) that indicates the area of interest.
- areaOfInterest - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
A GeoJSON geometry that is essentially the area of the area to draw on the map.
- AreaOfInterest - Class in org.mapfish.print.attribute.map
-
Represents an area on the map which is of particular interest for some reason.
- AreaOfInterest() - Constructor for class org.mapfish.print.attribute.map.AreaOfInterest
- AreaOfInterest.AoiDisplay - Enum Class in org.mapfish.print.attribute.map
-
Represents the ways that the area of interest (aoi) can be rendered on the map.
- areaToFeatureCollection(MapAttribute.MapAttributeValues) - Method in class org.mapfish.print.attribute.map.AreaOfInterest
-
Return the area polygon as the only feature in the feature collection.
- asMap() - Method in class org.mapfish.print.output.Values
-
Get all parameters.
- assemble(Serializable, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- assemble(Serializable, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- assertAccess() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- assertAccess() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Assert that the current is authorized to access this job.
- assertAccess(String, Object) - Method in interface org.mapfish.print.config.access.AccessAssertion
-
Checks that the user can access the resource.
- assertAccess(String, Object) - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- assertAccess(String, Object) - Method in class org.mapfish.print.config.access.AndAccessAssertion
- assertAccess(String, Object) - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- assertFileIsInConfigDir(Configuration, File) - Static method in class org.mapfish.print.FileUtils
-
Verify that the file is within the configuration directory.
- assertIsSubDirectory(String, File, File...) - Static method in class org.mapfish.print.FileUtils
-
Verify that the file is within the base directory.
- assertSimilarity(byte[], double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(BufferedImage) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within a relay small distance.
- assertSimilarity(BufferedImage, double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(File) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(File, double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(URI, int, int, double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(List<URI>, int, int, double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- assertSimilarity(JasperPrint, Integer, double) - Method in class org.mapfish.print.test.util.ImageSimilarity
-
Check that the actual image and the image calculated by this object are within the given distance.
- ATT_GEOM - Static variable in class org.mapfish.print.Constants.Style.Grid
-
The geometry attribute name.
- Attribute - Interface in org.mapfish.print.attribute
-
Represents an attribute passed in from a web-client to be used to populate the report.
- AttributeParsingException - Exception in org.mapfish.print.output
-
An exception that is thrown if an unexpected error occurs while parsing attributes into the Values object.
- AttributeParsingException(String, Throwable) - Constructor for exception org.mapfish.print.output.AttributeParsingException
-
Constructor.
- attributesValues - Variable in class org.mapfish.print.attribute.DataSourceAttribute.DataSourceAttributeValue
-
The array of attribute data.
- AttributeTesting - Class in org.mapfish.print.test.util
-
Support for testing attributes.
- authenticate(Authentication) - Method in class org.mapfish.print.servlet.NoOpAuthenticationManager
- autoTreat(Template, String) - Method in class org.mapfish.print.map.geotools.FeaturesParser
-
Get the features collection from a GeoJson inline string or URL.
B
- backgroundColor - Variable in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
-
The background color for the north-arrow graphic (default: rgba(255, 255, 255, 0)).
- backgroundColor - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The background color for the scalebar graphic (default: rgba(255, 255, 255, 0)).
- BAR - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Type
-
A bar with alternating black and white zones marking the sub-intervals.
- BAR_SUB - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Type
-
A bar with alternating black and white zones marking the sub-intervals.
- barBgColor - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The color used to draw the alternating blocks for style "bar" and "bar_sub" (default: white).
- BarScalebarDrawer - Class in org.mapfish.print.processor.map.scalebar
-
Draw a bar with alternating black and white zones marking the sub-intervals.
- BarScalebarDrawer(Graphics2D, ScaleBarRenderSettings) - Constructor for class org.mapfish.print.processor.map.scalebar.BarScalebarDrawer
-
Constructor.
- barSize - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The thickness of the bar or the height of the tick marks on the line (in pixel).
- BarSubScalebarDrawer - Class in org.mapfish.print.processor.map.scalebar
-
Draw a bar with alternating black and white zones marking the sub-intervals.
- BarSubScalebarDrawer(Graphics2D, ScaleBarRenderSettings) - Constructor for class org.mapfish.print.processor.map.scalebar.BarSubScalebarDrawer
-
Constructor.
- BaseMapServlet - Class in org.mapfish.print.servlet
-
Base class for MapPrinter servlets (deals with the configuration loading).
- BaseMapServlet() - Constructor for class org.mapfish.print.servlet.BaseMapServlet
- baseURL - Variable in class org.mapfish.print.map.image.ImageLayer.ImageParam
-
The base URL for the image file.
- baseURL - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The base URL for the WMS.
- baseURL - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The URL used for the tile requests.
- baseURL - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The ‘ResourceURL’ available in the WMTS capabilities.
- BasicRegistry - Class in org.mapfish.print.servlet.registry
- BasicRegistry() - Constructor for class org.mapfish.print.servlet.registry.BasicRegistry
- bbox - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
An array of 4 doubles, minX, minY, maxX, maxY.
- bbox - Variable in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
An array of 4 doubles, minX, minY, maxX, maxY.
- BBoxMapBounds - Class in org.mapfish.print.attribute.map
-
Represent the map bounds with a bounding box.
- BBoxMapBounds(CoordinateReferenceSystem, double, double, double, double) - Constructor for class org.mapfish.print.attribute.map.BBoxMapBounds
-
Constructor.
- BBoxMapBounds(CoordinateReferenceSystem, Envelope) - Constructor for class org.mapfish.print.attribute.map.BBoxMapBounds
-
Constructor.
- BBoxMapBounds(ReferencedEnvelope) - Constructor for class org.mapfish.print.attribute.map.BBoxMapBounds
-
Create from a bbox.
- BOLD - Enum constant in enum class org.mapfish.print.map.geotools.grid.FontStyle
-
The bold style.
- BooleanAttribute - Class in org.mapfish.print.attribute
-
A boolean type attribute.
- BooleanAttribute() - Constructor for class org.mapfish.print.attribute.BooleanAttribute
-
Constructor.
- BOTTOM - Enum constant in enum class org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Add Layers to the bottom of the map, background layers.
- BOTTOM - Enum constant in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Bottom.
- bounds - Variable in class org.mapfish.print.map.tiled.TileInformation
-
the map bounds.
- build(List<? extends Processor>, Map<String, Class<?>>) - Method in class org.mapfish.print.processor.ProcessorDependencyGraphFactory
-
Create a
ProcessorDependencyGraph
.
C
- calculateLabelTransform(CoordinateReferenceSystem) - Method in class org.mapfish.print.map.geotools.grid.GridParam
-
Determine which math transform to use when creating the coordinate of the label.
- calculateLabelUnit(CoordinateReferenceSystem) - Method in class org.mapfish.print.map.geotools.grid.GridParam
-
Determine which unit to use when creating grid labels.
- call() - Method in class org.mapfish.print.map.tiled.CoverageTask
-
Call the Coverage Task.
- call() - Method in class org.mapfish.print.map.tiled.CoverageTask.TileTask
- call() - Method in class org.mapfish.print.map.tiled.TilePreparationTask
-
Call the Tile Preparation Task.
- call() - Method in class org.mapfish.print.servlet.job.PrintJob
- cancel() - Method in class org.mapfish.print.processor.AbstractProcessor.Context
-
Sets the canceled flag.
- cancel() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Set a
cancel
flag. - cancel(boolean) - Method in class org.mapfish.print.processor.ProcessorDependencyGraph.ProcessorGraphForkJoinTask
-
Cancels the complete processor graph of a print task.
- cancel(String) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- cancel(String) - Method in interface org.mapfish.print.servlet.job.JobManager
-
Cancel a job.
- cancel(String, String, boolean) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- cancel(String, String, boolean) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- cancel(String, String, boolean) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Mark job as canceling (if running) or canceled (if waiting / finished).
- CANCEL_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to cancel a print task.
- CANCELED - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
The job was canceled.
- CANCELING - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
The job is still running, but needs to be canceled.
- cancelOld(long, long, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- cancelOld(long, long, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Cancel old waiting jobs.
- cancelOld(long, long, String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- cancelOld(long, long, String) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Cancel old WAITING tasks.
- cancelPath(String, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Cancel a job.
- cancelSpecificAppId(String, String, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Cancel a job.
- canConvert(String) - Method in class org.mapfish.print.processor.jasper.HttpImageResolver
- canConvert(String) - Method in interface org.mapfish.print.processor.jasper.TableColumnConverter
-
Returns true if the converter can convert the given input.
- canParseColor(String) - Static method in class org.mapfish.print.map.style.json.ColorParser
-
Check if the given color string can be parsed.
- CanSatisfyOneOf - Annotation Interface in org.mapfish.print.parser
-
Indicates that the annotated field or can satisfy the
OneOf
requirements or can co-exist with that requirement. - CAPABILITIES_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path for capabilities requests.
- center - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
An array of 2 doubles, (x, y).
- center - Variable in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
An array of 2 doubles, (x, y).
- CENTER - Enum constant in enum class org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Set the center of the map to the center of the extent of the features.
- CENTER - Enum constant in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Center.
- CenterScaleMapBounds - Class in org.mapfish.print.attribute.map
-
Represent Map Bounds with a center location and a scale of the map.
- CenterScaleMapBounds(CoordinateReferenceSystem, double, double, double) - Constructor for class org.mapfish.print.attribute.map.CenterScaleMapBounds
-
Constructor.
- CenterScaleMapBounds(CoordinateReferenceSystem, double, double, Scale) - Constructor for class org.mapfish.print.attribute.map.CenterScaleMapBounds
-
Constructor.
- CertificateStore - Class in org.mapfish.print.http
-
A configuration object for configuring a custom certificate/trust store.
- CertificateStore() - Constructor for class org.mapfish.print.http.CertificateStore
- check() - Method in class org.mapfish.print.metrics.JobQueueHealthCheck
-
When a Result is returned it can be healthy or unhealthy.
- check() - Method in class org.mapfish.print.metrics.UnhealthyCountersHealthCheck
-
When a Result is returned it can be healthy or unhealthy.
- checkUniqueSchemes() - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
-
Method is called by spring and verifies that there is only one plugin per URI scheme.
- classes - Variable in class org.mapfish.print.attribute.LegendAttribute.LegendAttributeValue
-
Other embedded classes.
- ClasspathConfigFileLoader - Class in org.mapfish.print.servlet.fileloader
-
A plugin that loads the config resources from urls starting with prefix: "classpath"://.
- ClasspathConfigFileLoader() - Constructor for class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- clear() - Method in class org.mapfish.print.http.MfCredentialsProvider
- clearAuthorizedIPs() - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher
-
Reset the authorized IPs cache.
- CliDefinition - Class in org.mapfish.print.cli
-
The CLI API definition.
- CLIENT_HTTP_REQUEST_FACTORY_KEY - Static variable in class org.mapfish.print.output.Values
-
The key that is used to store
MfClientHttpRequestFactoryProvider
. - clientConfig - Variable in class org.mapfish.print.cli.CliDefinition
-
Get the config for the client form.
- clientConfigTypeDescription() - Method in class org.mapfish.print.attribute.PrimitiveAttribute
-
Returns a string that is a technical description of the type.
- ClientHttpFactoryProcessorParam - Class in org.mapfish.print.processor.http
-
The parameter for a processors that have
MfClientHttpRequestFactory
. - ClientHttpFactoryProcessorParam() - Constructor for class org.mapfish.print.processor.http.ClientHttpFactoryProcessorParam
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.http.ClientHttpFactoryProcessorParam
-
The object for creating requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Input
-
A factory for making http requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Input
-
A factory for making http requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
A factory for making http requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
-
The factory to use for making http requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.map.SetFeaturesProcessor.Input
-
The factory to use for making http requests.
- clientHttpRequestFactoryProvider - Variable in class org.mapfish.print.processor.map.SetStyleProcessor.Input
-
A factory for making http requests.
- CliHelpDefinition - Class in org.mapfish.print.cli
-
The Cli definition for when the user wants to print the cli usage/options.
- CLIP - Enum constant in enum class org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Set a clip for the area (IE only show the area of interest).
- CliServletContext - Class in org.mapfish.print.cli
-
An essentially non-functional servlet context that is used by the CLI application to satisfy the spring dependencies.
- CliServletContext() - Constructor for class org.mapfish.print.cli.CliServletContext
- clone() - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Deprecated.
- close() - Method in class org.mapfish.print.http.ErrorResponseClientHttpResponse
- close() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
- CLOSEST_HIGHER_SCALE_ON_TIE - Enum constant in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Find the closest zoom level.
- CLOSEST_LOWER_SCALE_ON_TIE - Enum constant in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Find the closest zoom level.
- CM - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the centimeter unit.
- color - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The color used to draw the bar and lines (default: black).
- ColorParser - Class in org.mapfish.print.map.style.json
-
Parses colors from text strings.
- columns - Variable in class org.mapfish.print.attribute.TableAttribute.TableAttributeValue
-
The column configuration names for the table.
- compareTo(Scale) - Method in class org.mapfish.print.map.Scale
- compile(File) - Method in class org.mapfish.print.processor.jasper.ImagesSubReport
-
Compiles the report into a
*.jasper
file. - compilePattern(String) - Static method in class org.mapfish.print.RegexpUtil
-
Convert a string to a Pattern object.
- CompositeClientHttpRequestFactoryProcessor - Class in org.mapfish.print.processor.http
-
A processor that wraps several
AbstractClientHttpRequestFactoryProcessor
s. - CompositeClientHttpRequestFactoryProcessor() - Constructor for class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
-
Constructor.
- CompositeClientHttpRequestFactoryProcessor.Input - Class in org.mapfish.print.processor.http
-
The input.
- compute() - Method in class org.mapfish.print.map.tiled.CoverageTask.PlaceHolderImageTask
- compute() - Method in class org.mapfish.print.map.tiled.CoverageTask.SingleTileLoaderTask
- compute() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph.ProcessorGraphForkJoinTask
- compute() - Method in class org.mapfish.print.processor.ProcessorGraphNode.ProcessorNodeForkJoinTask
- config - Variable in class org.mapfish.print.cli.CliDefinition
-
Filename for the configuration (templates and CO).
- ConfigBasedServletInfo - Class in org.mapfish.print.servlet
-
A servlet info that can be configured through the spring configuration (or programmatically).
- ConfigBasedServletInfo() - Constructor for class org.mapfish.print.servlet.ConfigBasedServletInfo
- ConfigFileLoaderManager - Class in org.mapfish.print.servlet.fileloader
-
Processes all
ConfigFileLoaderPlugin
s and loads the files. - ConfigFileLoaderManager() - Constructor for class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- ConfigFileLoaderPlugin - Interface in org.mapfish.print.servlet.fileloader
-
Strategy for loading configuration files and files that are used in printing that are relative (or related) to the configuration file.
- ConfigFileResolvingHttpRequestFactory - Class in org.mapfish.print.http
-
This request factory will attempt to load resources using
Configuration.loadFile(String)
andConfiguration.isAccessible(String)
to load the resources if the http method is GET and will fall back to the normal/wrapped factory to make http requests. - ConfigFileResolvingHttpRequestFactory(MfClientHttpRequestFactoryImpl, Configuration, Map<String, String>, int, int) - Constructor for class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
-
Constructor.
- ConfigurableRequest - Interface in org.mapfish.print.http
-
A request object that provides low-level access so that the request can be configured for proxying, authentication, etc...
- configuration - Variable in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
The configuration.
- configuration - Variable in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
The job configuration.
- Configuration - Class in org.mapfish.print.config
-
The Main Configuration Bean.
- Configuration() - Constructor for class org.mapfish.print.config.Configuration
- ConfigurationException - Exception in org.mapfish.print.config
-
Represents an error made in the config.yaml file.
- ConfigurationException(String) - Constructor for exception org.mapfish.print.config.ConfigurationException
-
Constructor.
- ConfigurationException(String, Throwable) - Constructor for exception org.mapfish.print.config.ConfigurationException
-
Constructor.
- ConfigurationFactory - Class in org.mapfish.print.config
-
Strategy/plug-in for loading
Configuration
objects. - ConfigurationFactory() - Constructor for class org.mapfish.print.config.ConfigurationFactory
- ConfigurationObject - Interface in org.mapfish.print.config
-
A flag interface for a configuration object.
- configureAccess(Template, ApplicationContext) - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
-
Configure the access permissions required to access this print job.
- configureAttributeForTesting(Attribute) - Static method in class org.mapfish.print.test.util.AttributeTesting
-
A few attributes will throw exceptions if not initialized this method can be called when an attribute needs testing but the test is generic and does not necessarily want or need to know the specific type of attribute and its properties.
- configureProtocolHandler() - Static method in class org.mapfish.print.url.data.Handler
-
Adds the parent package to the java.protocol.handler.pkgs system property.
- configureRequest(ClientHttpRequest) - Method in interface org.mapfish.print.http.MfClientHttpRequestFactory.RequestConfigurator
-
Configure the request.
- connect() - Method in class org.mapfish.print.url.data.DataUrlConnection
- connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.mapfish.print.http.MfSSLSocketFactory
- Constants - Class in org.mapfish.print
-
Strings used in configurations etc...
- Constants.Style - Class in org.mapfish.print
-
Style related constants.
- Constants.Style.Grid - Class in org.mapfish.print
-
Grid style constants.
- Constants.Style.OverviewMap - Class in org.mapfish.print
-
Default Style for the Overview Map and Area of interest.
- Constants.Style.Raster - Class in org.mapfish.print
-
Raster style constants.
- containsKey(String) - Method in class org.mapfish.print.output.Values
-
Return true if the identified value is present in this values.
- containsKey(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- containsKey(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Check if something is registered for the key.
- context - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
The JasperReports context for the print job.
- Context(Map<String, String>) - Constructor for class org.mapfish.print.processor.AbstractProcessor.Context
- contextInitialized(ServletContextEvent) - Method in class org.mapfish.print.metrics.HealthCheckRegistryContextListener
- contextInitialized(ServletContextEvent) - Method in class org.mapfish.print.metrics.MapfishPrintInstrumentedFilterContextListener
- contextInitialized(ServletContextEvent) - Method in class org.mapfish.print.metrics.MetricsRegistryContextListener
- convertFromSvg(URI, int, int) - Static method in class org.mapfish.print.SvgUtil
-
Renders an SVG image into a
BufferedImage
. - convertFromSvg(URI, int, int) - Static method in class org.mapfish.print.test.util.ImageSimilarity
-
Renders an SVG image into a
BufferedImage
. - convertTo(double, DistanceUnit) - Method in enum class org.mapfish.print.map.DistanceUnit
-
Convert values in this unit to the equivalent value in another unit.
- convertToMultiMap(PObject) - Static method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
convert a param object to a multimap.
- copy() - Method in class org.mapfish.print.attribute.map.AreaOfInterest
-
Make a copy of this Area of Interest.
- copy() - Method in class org.mapfish.print.attribute.map.ZoomToFeatures
-
Make a copy.
- copy() - Method in interface org.mapfish.print.config.access.AccessAssertion
-
Deep copy of this access assertion.
- copy() - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- copy() - Method in class org.mapfish.print.config.access.AndAccessAssertion
- copy() - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- copy() - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- copy(int, int, Function<MapAttribute.MapAttributeValues, Void>) - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Create a copy of this instance.
- count(PrintJobStatus.Status...) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
- CoverageTask - Class in org.mapfish.print.map.tiled
-
The CoverageTask class.
- CoverageTask.PlaceHolderImageTask - Class in org.mapfish.print.map.tiled
-
PlaceHolder Tile Loader Task.
- CoverageTask.SingleTileLoaderTask - Class in org.mapfish.print.map.tiled
-
Single Tile Loader Task.
- CoverageTask.Tile - Class in org.mapfish.print.map.tiled
-
Tile.
- CoverageTask.TileTask - Class in org.mapfish.print.map.tiled
-
Tile Task.
- create(Dimension, String, Color, Double, File, MfClientHttpRequestFactory, boolean) - Static method in class org.mapfish.print.processor.map.NorthArrowGraphic
-
Creates the north-arrow graphic.
- create(String) - Method in interface org.mapfish.print.MapPrinterFactory
-
Creates the appropriate map printer.
- create(String) - Method in class org.mapfish.print.servlet.ServletMapPrinterFactory
- create(T...) - Static method in class org.mapfish.print.SetsUtils
-
Create a HashSet with the given initial values.
- CREATE_AND_GET_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to create and get a report.
- createAuthorizedIPs() - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- createAuthorizedIPs() - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher
-
Get the full list of authorized IP addresses and the masks.
- createAuthorizedIPs() - Method in class org.mapfish.print.processor.http.matcher.LocalHostMatcher
- createBufferedImage(int, int) - Method in class org.mapfish.print.map.tiled.TileInformation
-
Create a buffered image with the correct image bands etc...
- createCommonUrl() - Method in class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
Create a URL that is common to all image requests for this layer.
- createCommonUrl() - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
- createCommonUrl() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
- createCommonUrl() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Create a URL that is common to all tiles for this layer.
- createCommonUrl() - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
- createDrawer(Graphics2D, ScaleBarRenderSettings) - Method in enum class org.mapfish.print.processor.map.scalebar.Type
-
Create a
ScalebarDrawer
instance for this type. - createErrorImage(Rectangle) - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
Create an error image.
- createFactoryWrapper(MfClientHttpRequestFactory, UriMatchers, Map<String, List<String>>) - Static method in class org.mapfish.print.processor.http.AddHeadersProcessor
-
Create a MfClientHttpRequestFactory for adding the specified headers.
- createFactoryWrapper(ClientHttpFactoryProcessorParam, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.AddHeadersProcessor
- createFactoryWrapper(ClientHttpFactoryProcessorParam, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.MapUriProcessor
- createFactoryWrapper(ClientHttpFactoryProcessorParam, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.RestrictUrisProcessor
- createFactoryWrapper(ClientHttpFactoryProcessorParam, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.UseHttpForHttpsProcessor
- createFactoryWrapper(CompositeClientHttpRequestFactoryProcessor.Input, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
- createFactoryWrapper(ForwardHeadersProcessor.Param, MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
- createFactoryWrapper(PARAM, MfClientHttpRequestFactory) - Method in interface org.mapfish.print.processor.http.HttpProcessor
-
Create the
MfClientHttpRequestFactory
to use. - createFilter(Class<T>) - Method in class org.mapfish.print.cli.CliServletContext
- createInputParameter() - Method in class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.DateFormatProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.LegendProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.jasper.TableProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.AddStaticLayersProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.CreateMapPagesProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.CreateMapProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.CreateNorthArrowProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.CreateOverviewMapProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.SetFeaturesProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.SetStyleProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor
- createInputParameter() - Method in class org.mapfish.print.processor.PdfConfigurationProcessor
- createInputParameter() - Method in interface org.mapfish.print.processor.Processor
-
Returns a new/clean instance of a parameter object.
- createJob(PrintJobEntry) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Create job from entry.
- createLabelText(DistanceUnit, double, DistanceUnit) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Format the label text.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.mapfish.print.http.MfSSLSocketFactory
- createLineSymbolizer(PJsonObject) - Method in class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Add a line symbolizer definition to the rule.
- createListener(Class<T>) - Method in class org.mapfish.print.cli.CliServletContext
- createMapContext(MapAttribute.MapAttributeValues) - Static method in class org.mapfish.print.processor.map.CreateMapProcessor
- CreateMapPagesProcessor - Class in org.mapfish.print.processor.map
-
Processor used to display a map on multiple pages.
- CreateMapPagesProcessor() - Constructor for class org.mapfish.print.processor.map.CreateMapPagesProcessor
-
Constructor.
- CreateMapPagesProcessor.Input - Class in org.mapfish.print.processor.map
-
The Input object for processor.
- CreateMapPagesProcessor.Output - Class in org.mapfish.print.processor.map
-
Output of processor.
- CreateMapProcessor - Class in org.mapfish.print.processor.map
-
A processor to render a map that can be embedded as a sub-report into a JasperReports template.
- CreateMapProcessor.Input - Class in org.mapfish.print.processor.map
-
The Input object for processor.
- CreateMapProcessor.Output - Class in org.mapfish.print.processor.map
-
Output for the processor.
- CreateNorthArrowProcessor - Class in org.mapfish.print.processor.map
-
Processor to create a north-arrow for a map.
- CreateNorthArrowProcessor() - Constructor for class org.mapfish.print.processor.map.CreateNorthArrowProcessor
-
Constructor.
- CreateNorthArrowProcessor.Input - Class in org.mapfish.print.processor.map
-
Input for the processor.
- CreateNorthArrowProcessor.Output - Class in org.mapfish.print.processor.map
-
Output for the processor.
- CreateOverviewMapProcessor - Class in org.mapfish.print.processor.map
-
Processor to create overview maps.
- CreateOverviewMapProcessor() - Constructor for class org.mapfish.print.processor.map.CreateOverviewMapProcessor
-
Constructor.
- CreateOverviewMapProcessor.Input - Class in org.mapfish.print.processor.map
-
The Input object for the processor.
- CreateOverviewMapProcessor.Output - Class in org.mapfish.print.processor.map
-
Output for the processor.
- createParameter() - Method in class org.mapfish.print.map.geotools.FeatureLayer.Plugin
- createParameter() - Method in class org.mapfish.print.map.geotools.GeoJsonLayer.Plugin
- createParameter() - Method in class org.mapfish.print.map.geotools.GeotiffLayer.Plugin
- createParameter() - Method in class org.mapfish.print.map.geotools.GmlLayer.Plugin
- createParameter() - Method in class org.mapfish.print.map.geotools.grid.GridLayerPlugin
- createParameter() - Method in class org.mapfish.print.map.image.ImageLayer.ImageLayerPlugin
- createParameter() - Method in class org.mapfish.print.map.image.wms.WmsLayerFactoryPlugin
- createParameter() - Method in interface org.mapfish.print.map.MapLayerFactoryPlugin
-
Create an instance of a param object.
- createParameter() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParserPlugin
- createParameter() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParserPlugin
- createParameter() - Method in class org.mapfish.print.map.tiled.wmts.WmtsLayerParserPlugin
- createPointSymbolizer(PJsonObject) - Method in class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Add a point symbolizer definition to the rule.
- createPolygonSymbolizer(PJsonObject) - Method in class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Add a polygon symbolizer definition to the rule.
- createReport(String, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Add the print job to the job queue.
- createReport(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Add the print job to the job queue.
- createReportAndGet(String, String, String, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
add the print job to the job queue.
- createReportAndGetNoAppId(String, String, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
add the print job to the job queue.
- createRequest(URI, HttpMethod) - Method in class org.mapfish.print.http.AbstractMfClientHttpRequestFactoryWrapper
-
This implementation simply calls
AbstractMfClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, MfClientHttpRequestFactory)
(if the matchers are OK) with the wrapped request factory provided to the constructor. - createRequest(URI, HttpMethod) - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- createRequest(URI, HttpMethod) - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl
- createRequest(URI, HttpMethod, MfClientHttpRequestFactory) - Method in class org.mapfish.print.http.AbstractMfClientHttpRequestFactoryWrapper
-
Create a new
ClientHttpRequest
for the specified URI and HTTP method by using the passed-on request factory. - createResult(String, String, String) - Method in class org.mapfish.print.servlet.job.impl.FilePrintJob
- createResult(String, String, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernatePrintJob
- createResult(String, String, String) - Method in class org.mapfish.print.servlet.job.PrintJob
-
Create Print Job Result.
- CreateScalebarProcessor - Class in org.mapfish.print.processor.map.scalebar
-
Processor to create a scalebar for a map.
- CreateScalebarProcessor() - Constructor for class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor
-
Constructor.
- CreateScalebarProcessor.Input - Class in org.mapfish.print.processor.map.scalebar
-
Input for the processor.
- CreateScalebarProcessor.Output - Class in org.mapfish.print.processor.map.scalebar
-
Output for the processor.
- createServlet(Class<T>) - Method in class org.mapfish.print.cli.CliServletContext
- createSocket(HttpContext) - Method in class org.mapfish.print.http.MfSSLSocketFactory
- createStyle(List<Rule>) - Method in class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Create a style from a list of rules.
- createStyleFunction(Template, String) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
-
Create a function that will create the style on demand.
- createStyleSupplier(Template, String) - Method in class org.mapfish.print.map.geotools.AbstractGridCoverageLayerPlugin
-
Common method for creating styles.
- createSvgGraphics(Dimension) - Static method in class org.mapfish.print.processor.map.CreateMapProcessor
-
Create an SVG graphic with the give dimensions.
- createTask(Values) - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
-
Create a ForkJoinTask for running in a fork join pool.
- createTask(ProcessorExecutionContext) - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Create a ForkJoinTask for running in a fork join pool.
- createTextSymbolizer(PJsonObject) - Method in class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Add a text symbolizer definition to the rule.
- createTileInformation(MapBounds, Rectangle, double) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
-
Create the tile information object for the given parameters.
- createTileInformation(MapBounds, Rectangle, double) - Method in class org.mapfish.print.map.tiled.osm.OsmLayer
- createTileInformation(MapBounds, Rectangle, double) - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayer
- createTileInformation(MapBounds, Rectangle, double) - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayer
- createValue(Template) - Method in class org.mapfish.print.attribute.FeaturesAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.HttpRequestHeadersAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.LegendAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.map.MapAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.map.PagingAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.map.StaticLayersAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.NorthArrowAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Create an instance of a attribute value object.
- createValue(Template) - Method in class org.mapfish.print.attribute.ScalebarAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.StyleAttribute
- createValue(Template) - Method in class org.mapfish.print.attribute.TableAttribute
- createWmsRequest(MfClientHttpRequestFactory, URI, HttpMethod) - Static method in class org.mapfish.print.map.image.wms.WmsUtilities
-
Create a WMS request putting the params in the URL (GET) or in the body (POST).
- CUSTOM_EPSG_CODES_FILE - Static variable in class org.mapfish.print.map.CustomEPSGCodes
-
The path to the file containing the custom epsg codes.
- CustomDependencies - Interface in org.mapfish.print.processor
-
Classes that implement this interface indicate what she dynamically depends on, for the "values" input.
- CustomEPSGCodes - Class in org.mapfish.print.map
-
This class is an authority factory that allows defining custom EPSG codes.
- CustomEPSGCodes() - Constructor for class org.mapfish.print.map.CustomEPSGCodes
-
Constructor.
- CustomEPSGCodes(Hints) - Constructor for class org.mapfish.print.map.CustomEPSGCodes
-
Constructor.
- CustomFontLoader - Class in org.mapfish.print.config
-
Used to load custom fonts.
- CustomFontLoader(Set<String>) - Constructor for class org.mapfish.print.config.CustomFontLoader
-
Load the custom fonts when the application is started.
- customParams - Variable in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Custom query parameters to use when making http requests.
- customParams - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
Custom query parameters to use when making http requests.
D
- data - Variable in class org.mapfish.print.attribute.TableAttribute.TableAttributeValue
-
An array for each table row.
- datasource - Variable in class org.mapfish.print.processor.jasper.DataSourceProcessor.Input
-
The data that will be processed by this processor in order to create a Jasper DataSource object.
- datasource - Variable in class org.mapfish.print.processor.map.CreateMapPagesProcessor.Output
-
Resulting list of values for the maps.
- DATASOURCE - Enum constant in enum class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Indicates that the object is a DataSource and each row in it should be expanded to be a row in the output table.
- DataSourceAttribute - Class in org.mapfish.print.attribute
-
This attribute represents a collection of attributes which can be used as the data source of a Jasper report's table/detail section.
- DataSourceAttribute() - Constructor for class org.mapfish.print.attribute.DataSourceAttribute
- DataSourceAttribute.DataSourceAttributeValue - Class in org.mapfish.print.attribute
-
The value class for the
DataSourceAttribute
. - DataSourceAttributeValue() - Constructor for class org.mapfish.print.attribute.DataSourceAttribute.DataSourceAttributeValue
- DataSourceProcessor - Class in org.mapfish.print.processor.jasper
-
A processor that will process a
DataSourceAttribute.DataSourceAttributeValue
and construct a single Jasper DataSource from the input values in theDataSourceAttribute.DataSourceAttributeValue
input object. - DataSourceProcessor() - Constructor for class org.mapfish.print.processor.jasper.DataSourceProcessor
-
Constructor.
- DataSourceProcessor.Input - Class in org.mapfish.print.processor.jasper
-
Contains the datasource input.
- DataSourceProcessor.Output - Class in org.mapfish.print.processor.jasper
-
Contains the datasource output.
- DataUrlConnection - Class in org.mapfish.print.url.data
-
Decodes the base64 data and provides an appropriate InputStream.
- DataUrlConnection(URL) - Constructor for class org.mapfish.print.url.data.DataUrlConnection
-
Must be overridden.
- dateFormat - Variable in class org.mapfish.print.processor.jasper.DateFormatProcessor.Output
-
The date formatter.
- DateFormatProcessor - Class in org.mapfish.print.processor.jasper
-
A processor that creates a date formatter that can be used in Jasper.
- DateFormatProcessor() - Constructor for class org.mapfish.print.processor.jasper.DateFormatProcessor
-
Constructor.
- DateFormatProcessor.Input - Class in org.mapfish.print.processor.jasper
-
The Input of the processor.
- DateFormatProcessor.Output - Class in org.mapfish.print.processor.jasper
-
The output of the processor.
- declareRoles(String...) - Method in class org.mapfish.print.cli.CliServletContext
- deepCopy(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- deepCopy(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- DEFAULT_BODY - Static variable in class org.mapfish.print.config.SmtpConfig
-
The default body.
- DEFAULT_BODY_STORAGE - Static variable in class org.mapfish.print.config.SmtpConfig
-
The default body if there is a storage.
- DEFAULT_CHARSET - Static variable in class org.mapfish.print.Constants
-
The default charset.
- DEFAULT_CONFIGURATION_FILE_KEY - Static variable in class org.mapfish.print.servlet.ServletMapPrinterFactory
-
The name of the default app.
- DEFAULT_ENCODING - Static variable in class org.mapfish.print.Constants
-
The default encoding to use throughout the system.
- DEFAULT_ERROR_BODY - Static variable in class org.mapfish.print.config.SmtpConfig
-
The default body in case of error.
- DEFAULT_ERROR_SUBJECT - Static variable in class org.mapfish.print.config.SmtpConfig
-
The default subject in case of error.
- DEFAULT_GEOM_ATT_NAME - Static variable in class org.mapfish.print.map.style.json.MapfishJsonStyleVersion1
-
The default name to use for selecting the geometry attribute of a feature.
- DEFAULT_GRID_COLOR - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_HALO_COLOR - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_HALO_RADIUS - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_INDENT - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_LABEL_COLOR - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_POINTS_IN_GRID_LINE - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
- DEFAULT_PROJECTION - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
The default projection.
- DEFAULT_SCALING - Static variable in interface org.mapfish.print.attribute.map.MapLayer
-
Represents the default scaling factor applied to a map layer.
- DEFAULT_SPRING_CONTEXT - Static variable in class org.mapfish.print.cli.Main
-
Name of the default spring context file.
- DEFAULT_SUBJECT - Static variable in class org.mapfish.print.config.SmtpConfig
-
The default subject.
- DEFAULT_TIMEOUT_IN_SECONDS - Static variable in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Default timeout in seconds for the duration of a print job.
- DEFAULT_UNIT_FORMAT - Static variable in class org.mapfish.print.map.geotools.grid.GridParam
-
Grid label default format pattern for the unit (if valueFormat is used).
- defaultStyle - Variable in class org.mapfish.print.map.geotools.FeatureLayer.FeatureLayerParam
-
If no style is defined, a default style with this name will be used.
- defaultValue - Variable in class org.mapfish.print.attribute.PrimitiveAttribute
-
The default value.
- DEGREES - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the lat long degree unit.
- delete(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- delete(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Delete a record.
- delete(String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- delete(String) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Delete the job.
- delete(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- delete(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Delete the given key.
- deleteOld(long) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Delete old jobs.
- deleteReport() - Method in class org.mapfish.print.servlet.job.PrintJob
-
Delete the report (used if the report is sent by email).
- destroy() - Method in class org.mapfish.print.metrics.JmxMetricsReporter
-
Stop JMX reporter.
- destroy() - Method in class org.mapfish.print.servlet.RequestSizeFilter
- Detailed(String, String, String, String) - Constructor for class org.mapfish.print.map.geotools.grid.GridLabelFormat.Detailed
-
Constructor.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.mapfish.print.http.MfRoutePlanner
- dimensionParams - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
Dictionary of dimensions name (Must be uppercase) => value.
- dimensions - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The "sample" dimensions or image color bands to retrieve.
- disassemble(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- disassemble(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- display - Variable in class org.mapfish.print.attribute.map.AreaOfInterest
-
The way that the Area of Interest will be represented on the map.
- DistanceUnit - Enum Class in org.mapfish.print.map
-
An enum for expressing distance units.
- DnsHostMatcher - Class in org.mapfish.print.processor.http.matcher
-
Allows to check that a given URL matches a DNS address (textual format).
- DnsHostMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.DnsHostMatcher
- doExport(OutputStream, AbstractJasperReportOutputFormat.Print) - Method in class org.mapfish.print.output.AbstractJasperReportOutputFormat
-
Export the report to the output stream.
- doExport(OutputStream, AbstractJasperReportOutputFormat.Print) - Method in class org.mapfish.print.output.JasperReportExcelOutputFormat
- doExport(OutputStream, AbstractJasperReportOutputFormat.Print) - Method in class org.mapfish.print.output.JasperReportImageOutputFormat
- doExport(OutputStream, AbstractJasperReportOutputFormat.Print) - Method in class org.mapfish.print.output.JasperReportPDFOutputFormat
- doExport(OutputStream, AbstractJasperReportOutputFormat.Print) - Method in class org.mapfish.print.output.JasperReportSvgOutputFormat
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mapfish.print.servlet.RequestSizeFilter
- done(String, PrintJobResult) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- done(String, PrintJobResult) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- done(String, PrintJobResult) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Mark job as done.
- dpi - Variable in class org.mapfish.print.attribute.LegendAttribute.LegendAttributeValue
-
DPI of the legend icons.
- dpi - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
The output dpi of the printed map.
- dpi - Variable in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
The output dpi of the printed map.
- dpi - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The DPI of the OSM tiles.
- dpi - Variable in class org.mapfish.print.map.tiled.TileInformation
-
the DPI to render at.
- dpi - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
The print DPI.
- dpiSensitiveStyle - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Should the vector style definitions be adapted to the target DPI resolution? (Default: true)
- draw() - Method in class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
-
Start the rendering of the scalebar.
- drawBar() - Method in class org.mapfish.print.processor.map.scalebar.BarScalebarDrawer
- drawBar() - Method in class org.mapfish.print.processor.map.scalebar.BarSubScalebarDrawer
- drawBar() - Method in class org.mapfish.print.processor.map.scalebar.LineScalebarDrawer
- drawBar() - Method in class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
-
Draws the bar itself.
E
- entry - Variable in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
The job description.
- equals(double, double) - Static method in class org.mapfish.print.FloatingPointUtil
-
Check the equality of two doubles taking into consideration the precision issue of floating point arithmetic in Java.
- equals(float, float) - Static method in class org.mapfish.print.FloatingPointUtil
-
Check the equality of two floats taking into consideration the precision issue of floating point arithmetic in Java.
- equals(Object) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- equals(Object) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- equals(Object) - Method in class org.mapfish.print.attribute.map.MapBounds
- equals(Object) - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.mapfish.print.attribute.map.ZoomLevels
- equals(Object) - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
- equals(Object) - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- equals(Object) - Method in class org.mapfish.print.config.access.AndAccessAssertion
- equals(Object) - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- equals(Object) - Method in class org.mapfish.print.map.Scale
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
- equals(Object) - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher
- equals(Object) - Method in class org.mapfish.print.wrapper.json.PJsonObject
- equals(Object, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- equals(Object, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- error(HttpServletResponse, String, HttpStatus) - Static method in class org.mapfish.print.servlet.BaseMapServlet
-
Send an error to the client with a message.
- error(SAXParseException) - Method in class org.mapfish.print.map.style.SLDParserPlugin.ErrorHandler
- ERROR - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
There was an error executing the job.
- ErrorHandler() - Constructor for class org.mapfish.print.map.style.SLDParserPlugin.ErrorHandler
- ErrorResponseClientHttpResponse - Class in org.mapfish.print.http
- ErrorResponseClientHttpResponse(Exception) - Constructor for class org.mapfish.print.http.ErrorResponseClientHttpResponse
- evaluate(Object) - Method in class org.mapfish.print.map.geotools.function.MultiplicationFunction
- EXAMPLE_REQUEST_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to get a sample print request.
- ExceptionUtils - Class in org.mapfish.print
-
Util class for exception handling.
- execute(IN, Processor.ExecutionContext) - Method in interface org.mapfish.print.processor.Processor
-
Perform the process on the input attributes.
- execute(ClientHttpFactoryProcessorParam, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
- execute(CompositeClientHttpRequestFactoryProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
- execute(ForwardHeadersProcessor.Param, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
- execute(DataSourceProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
- execute(DateFormatProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.DateFormatProcessor
- execute(JasperReportBuilder.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
- execute(LegendProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
- execute(MergeDataSourceProcessor.In, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
- execute(TableProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.jasper.TableProcessor
- execute(AddStaticLayersProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.AddStaticLayersProcessor
- execute(CreateMapPagesProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.CreateMapPagesProcessor
- execute(CreateMapProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.CreateMapProcessor
- execute(CreateNorthArrowProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.CreateNorthArrowProcessor
- execute(CreateOverviewMapProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.CreateOverviewMapProcessor
- execute(CreateScalebarProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor
- execute(SetFeaturesProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.SetFeaturesProcessor
- execute(SetStyleProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.SetStyleProcessor
- execute(SetTiledWmsProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
- execute(SetWmsCustomParamProcessor.Input, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor
- execute(PdfConfigurationProcessor.In, Processor.ExecutionContext) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor
- executeInternal(HttpHeaders) - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- executionContext - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
The execution context for the print job.
- executionContext - Variable in class org.mapfish.print.servlet.job.PrintJob.PrintResult
-
The execution context used during the computation.
- ExecutionStats - Class in org.mapfish.print.processor
-
Statisctics about the execution of a print job.
- ExecutionStats() - Constructor for class org.mapfish.print.processor.ExecutionStats
- expand(int, Rectangle) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
-
Expand the bounds by the given margin (in pixel).
- expandEnvelope(Envelope) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- exportReportToImage(JasperPrint, Integer) - Static method in class org.mapfish.print.test.util.ImageSimilarity
-
Exports a rendered
JasperPrint
to aBufferedImage
. - extent - Variable in class org.mapfish.print.map.image.ImageLayer.ImageParam
-
The extent of the image.
- EXTENT - Enum constant in enum class org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Set the extent of the map so that all features are visible.
- ExtraPropertyException - Exception in org.mapfish.print
-
Indicates one or more properties are not used either in a config.yaml configuration file or in the request json.
- ExtraPropertyException(String, Collection<String>, Set<String>) - Constructor for exception org.mapfish.print.ExtraPropertyException
-
Constructor.
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.AbstractProcessor
-
Perform any extra validation a subclass may need to perform.
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.AddHeadersProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.MapUriProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.UseHttpForHttpsProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.DateFormatProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.TableProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.AddStaticLayersProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.CreateMapPagesProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.CreateMapProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.CreateNorthArrowProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.CreateOverviewMapProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.SetFeaturesProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.SetStyleProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor
- extraValidation(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor
F
- fail(String, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- fail(String, String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- fail(String, String) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Mark job as failed.
- failOnError - Variable in class org.mapfish.print.map.AbstractLayerParams
-
Fail if a tile return an error.
- family - Variable in class org.mapfish.print.FontTools.FontConfigDescription
-
The font families.
- fatalError(SAXParseException) - Method in class org.mapfish.print.map.style.SLDParserPlugin.ErrorHandler
- FeatureLayer - Class in org.mapfish.print.map.geotools
-
A layer to render GeoTools features.
- FeatureLayer(ExecutorService, FeatureSourceSupplier, StyleSupplier<FeatureSource<?, ?>>, boolean, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.FeatureLayer
-
Constructor.
- FeatureLayer.FeatureLayerParam - Class in org.mapfish.print.map.geotools
-
The parameters for creating a vector layer.
- FeatureLayer.Plugin - Class in org.mapfish.print.map.geotools
-
Parser for creating
FeatureLayer
layers from request data. - FeatureLayerParam() - Constructor for class org.mapfish.print.map.geotools.FeatureLayer.FeatureLayerParam
- features - Variable in class org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
-
The geojson features.
- features - Variable in class org.mapfish.print.map.geotools.FeatureLayer.FeatureLayerParam
-
A collection of features.
- features - Variable in class org.mapfish.print.processor.map.SetFeaturesProcessor.Input
-
The features.
- FeaturesAttribute - Class in org.mapfish.print.attribute
-
Attribute for GeoJson feature collection.
- FeaturesAttribute() - Constructor for class org.mapfish.print.attribute.FeaturesAttribute
- FeaturesAttribute.FeaturesAttributeValues - Class in org.mapfish.print.attribute
-
The value of
FeaturesAttribute
. - FeaturesAttributeValues(Template) - Constructor for class org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
-
Constructor.
- FeatureSourceSupplier - Interface in org.mapfish.print.map.geotools
-
Function for creating feature source.
- FeaturesParser - Class in org.mapfish.print.map.geotools
-
Parser for GeoJson features collection.
- FeaturesParser(MfClientHttpRequestFactory, boolean) - Constructor for class org.mapfish.print.map.geotools.FeaturesParser
-
Construct.
- fetchImage(ClientHttpRequest, MapfishMapContext) - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
Fetch the given image from the web.
- FileConfigFileLoader - Class in org.mapfish.print.servlet.fileloader
-
A plugin that loads the config resources from urls starting with prefix: "file"://.
- FileConfigFileLoader() - Constructor for class org.mapfish.print.servlet.fileloader.FileConfigFileLoader
- FilePrintJob - Class in org.mapfish.print.servlet.job.impl
-
A PrintJob implementation that write results to files.
- FilePrintJob() - Constructor for class org.mapfish.print.servlet.job.impl.FilePrintJob
- FileReportLoader - Class in org.mapfish.print.servlet.job.loader
-
Loads reports from file uris.
- FileReportLoader() - Constructor for class org.mapfish.print.servlet.job.loader.FileReportLoader
- fileSize - Variable in class org.mapfish.print.servlet.job.PrintJob.PrintResult
-
The result size in bytes.
- FileUtils - Class in org.mapfish.print
-
Methods for interacting with files.
- fillProcessorAttributes(List<Processor>, Map<String, Attribute>) - Static method in class org.mapfish.print.processor.ProcessorDependencyGraphFactory
-
Fill the attributes in the processor.
- FILTER_FINAL_FIELDS - Static variable in class org.mapfish.print.parser.ParserUtils
-
A filter (for the get attribute methods) that selects only the attributes that are final.
- FILTER_HAS_DEFAULT_ATTRIBUTES - Static variable in class org.mapfish.print.parser.ParserUtils
-
A filter (for the get attribute methods) that selects only the attributes that are NOT required and excludes all of those that are considered required.
- FILTER_NON_FINAL_FIELDS - Static variable in class org.mapfish.print.parser.ParserUtils
-
A filter (for the get attribute methods) that selects only the attributes that are non final.
- FILTER_ONLY_REQUIRED_ATTRIBUTES - Static variable in class org.mapfish.print.parser.ParserUtils
-
A filter (for the get attribute methods) that selects only the attributes that are required and excludes all of those with defaults, and therefore are considered optional.
- find(Class<T>) - Method in class org.mapfish.print.output.Values
-
Find all the values of the requested type.
- findResource(String) - Method in class org.mapfish.print.output.ResourceBundleClassLoader
- finished(ProcessorGraphNode) - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Flag that the processor has completed execution.
- FINISHED - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
The job has finished processing.
- FloatAttribute - Class in org.mapfish.print.attribute
-
A float type attribute.
- FloatAttribute() - Constructor for class org.mapfish.print.attribute.FloatAttribute
-
Constructor.
- FloatingPointUtil - Class in org.mapfish.print
-
Util class to test equality of floating points.
- font - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The font used for the labels (default: Helvetica).
- font - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
Configuration for the font of the grid labels.
- FONT_FAMILIES - Static variable in class org.mapfish.print.FontTools
-
List of java font families.
- fontColor - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The font color of the labels (default: black).
- FontConfigDescription() - Constructor for class org.mapfish.print.FontTools.FontConfigDescription
- FONTS_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to get the list of fonts available to geotools.
- fontSize - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The font size (in pt) of the labels (default: 12).
- FontStyle - Enum Class in org.mapfish.print.map.geotools.grid
-
Enumeration of all the allowed font styles.
- FontTools - Class in org.mapfish.print
-
Tools function to get java fonts families and interface font config.
- FontTools.FontConfigDescription - Class in org.mapfish.print
-
Description of font get from font config.
- forkJoinPool - Variable in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
-
A fork join pool for running async tasks.
- format(double, String) - Method in class org.mapfish.print.map.geotools.grid.GridLabelFormat.Detailed
- format(double, String) - Method in class org.mapfish.print.map.geotools.grid.GridLabelFormat
-
Format a label using the given value and unit.
- format(double, String) - Method in class org.mapfish.print.map.geotools.grid.GridLabelFormat.Simple
- formatDecimalSeparator - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The character used to separate the decimal part (for example ",").
- formatGroupingSeparator - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The character used for the thousands separator (for example "'").
- ForwardHeadersProcessor - Class in org.mapfish.print.processor.http
-
This processor forwards all the headers from the print request (from the Mapfish Print client) to each http request made for the particular print job.
- ForwardHeadersProcessor() - Constructor for class org.mapfish.print.processor.http.ForwardHeadersProcessor
-
Constructor.
- ForwardHeadersProcessor.Param - Class in org.mapfish.print.processor.http
-
The parameters required by this processor.
- fromAuthScope(AuthScope) - Static method in class org.mapfish.print.processor.http.matcher.MatchInfo
-
Create an info object from an authscope object.
- fromConfig(GridParam) - Static method in class org.mapfish.print.map.geotools.grid.GridLabelFormat
-
Create an instance from the given config.
- fromFileExtension(String) - Static method in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Get RenderType from a string that represents a file extension.
- fromMimeType(String) - Static method in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Get RenderType from a string that represents a mime type.
- fromProjection(CoordinateReferenceSystem) - Static method in enum class org.mapfish.print.map.DistanceUnit
-
Determine the unit of the given projection.
- fromResolution(double, CoordinateReferenceSystem) - Static method in class org.mapfish.print.map.Scale
-
Construct a scale object from a resolution.
- fromResolution(double, DistanceUnit) - Static method in class org.mapfish.print.map.Scale
-
Construct a scale object from a resolution.
- fromString(String) - Static method in enum class org.mapfish.print.map.DistanceUnit
-
Parse the value and return the identified unit object.
- fromString(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Get a type from its label.
- fromString(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Get a direction from its label.
- fromString(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.Type
-
Get a type from its label.
- fromString(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Get a type from its label.
- fromUri(URI, HttpMethod) - Static method in class org.mapfish.print.processor.http.matcher.MatchInfo
-
Create an info object from a uri and the http method object.
- FT - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the american foot unit.
- function(String, List<Expression>, Literal) - Method in class org.mapfish.print.map.geotools.function.FunctionFactory
- function(Name, List<Expression>, Literal) - Method in class org.mapfish.print.map.geotools.function.FunctionFactory
- FunctionFactory - Class in org.mapfish.print.map.geotools.function
-
A factory for building all the mapfish print functions.
- FunctionFactory() - Constructor for class org.mapfish.print.map.geotools.function.FunctionFactory
G
- GenericMapAttribute - Class in org.mapfish.print.attribute.map
-
Generic attributes for
CreateMapProcessor
andCreateOverviewMapProcessor
. - GenericMapAttribute() - Constructor for class org.mapfish.print.attribute.map.GenericMapAttribute
- GenericMapAttribute.GenericMapAttributeValues - Class in org.mapfish.print.attribute.map
-
The value of
GenericMapAttribute
. - GenericMapAttributeValues(Template) - Constructor for class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Constructor.
- GenericMapAttributeValues(Template, Integer, Integer) - Constructor for class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Constructor.
- geodetic - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Use geodetic measurement calculations for the scalebar.
- geoJson - Variable in class org.mapfish.print.map.geotools.GeoJsonLayer.GeoJsonParam
-
A geojson formatted string or url to the geoJson or the raw GeoJSON data.
- GeoJsonLayer - Class in org.mapfish.print.map.geotools
-
Parses GeoJSON from the request data.
- GeoJsonLayer(ExecutorService, FeatureSourceSupplier, StyleSupplier<FeatureSource<?, ?>>, boolean, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.GeoJsonLayer
-
Constructor.
- GeoJsonLayer.GeoJsonParam - Class in org.mapfish.print.map.geotools
-
The parameters for creating a layer that renders GeoJSON formatted data.
- GeoJsonLayer.Plugin - Class in org.mapfish.print.map.geotools
-
Renders GeoJSON layers.
- GeoJsonParam() - Constructor for class org.mapfish.print.map.geotools.GeoJsonLayer.GeoJsonParam
- GEOSERVER - Enum constant in enum class org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
GeoServer.
- GeotiffLayer - Class in org.mapfish.print.map.geotools
-
Reads a GeoTIFF file from a URL.
- GeotiffLayer(Function<MfClientHttpRequestFactory, AbstractGridCoverage2DReader>, StyleSupplier<AbstractGridCoverage2DReader>, ExecutorService, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.GeotiffLayer
-
Constructor.
- GeotiffLayer.GeotiffParam - Class in org.mapfish.print.map.geotools
-
The parameters for reading a Geotiff file, either from the server or from a URL.
- GeotiffLayer.Plugin - Class in org.mapfish.print.map.geotools
-
Renders a GeoTIFF image as layer.
- GeotiffParam() - Constructor for class org.mapfish.print.map.geotools.GeotiffLayer.GeotiffParam
- get() - Method in class org.mapfish.print.processor.http.MfClientHttpRequestFactoryProvider
-
Get the current value.
- get(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
- get(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the object at the given index.
- get(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- get(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- get(int, DistanceUnit) - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
Get the scale at the given index.
- get(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Get Job Record.
- get(String, boolean) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- get(String, boolean) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Get Job Record.
- get(String, boolean) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- get(String, boolean) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Return the completed job object if the job has completed or absent otherwise.
- get(PrintJobStatus.Status...) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
- getAccess() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getAccess() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getAccess() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get access assertion.
- getAccess() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the access information.
- getAccessAssertion() - Method in class org.mapfish.print.config.Configuration
- getAccessAssertion() - Method in class org.mapfish.print.config.Template
- getAccessKey() - Method in class org.mapfish.print.config.S3ReportStorage
- getAlign() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getAllAttributeNames(Class<?>) - Static method in class org.mapfish.print.parser.ParserUtils
-
Converts all non-final properties in
ParserUtils.getAllAttributes(Class)
to a set of the attribute names. - getAllAttributes(Class<?>) - Static method in class org.mapfish.print.parser.ParserUtils
-
Inspects the object and all superclasses for public, non-final, accessible methods and returns a collection containing all the attributes found.
- getAllowedReferersImpl() - Method in class org.mapfish.print.config.Configuration
- getAllProcessors() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
-
Create a set containing all the processors in the graph.
- getAllProcessors() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Create a set containing all the processor at the current node and the entire subgraph.
- getAllRequiredAttributes() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
-
Get all the names of inputs that are required to be in the Values object when this graph is executed.
- getAllUnits() - Method in enum class org.mapfish.print.map.DistanceUnit
-
Return the sorted list (from smallest to biggest) of units sharing the same base unit.
- getAppId() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getAppId() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getAppId() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getAppId() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get app ID.
- getAppId() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the app ID.
- getAppIds() - Method in interface org.mapfish.print.MapPrinterFactory
-
Return the set of app ids that are available.
- getAppIds() - Method in class org.mapfish.print.servlet.ServletMapPrinterFactory
- getApplicationContext() - Static method in class org.mapfish.print.ApplicationContextProvider
- getArea() - Method in class org.mapfish.print.attribute.map.AreaOfInterest
-
Get the area polygon.
- getArray(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a json array.
- getArray(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a json array.
- getArray(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getArray(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getArray(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or throw exception.
- getArray(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or throw exception.
- getAttribute(String) - Method in class org.mapfish.print.cli.CliServletContext
- getAttributeName() - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Return a descriptive name of this attribute.
- getAttributeNames() - Method in class org.mapfish.print.cli.CliServletContext
- getAttributeNames() - Method in exception org.mapfish.print.ExtraPropertyException
- getAttributeNames() - Method in exception org.mapfish.print.MissingPropertyException
- getAttributeNames(Class<?>, Predicate<Field>) - Static method in class org.mapfish.print.parser.ParserUtils
-
Converts all properties in
ParserUtils.getAllAttributes(Class)
to a set of the attribute names. - getAttributes() - Method in class org.mapfish.print.attribute.DataSourceAttribute
-
Gets the attributes.
- getAttributes() - Method in class org.mapfish.print.config.Template
- getAttributes() - Method in class org.mapfish.print.processor.map.CreateMapPagesProcessor
-
Gets the attributes provided by the processor.
- getAttributes() - Method in interface org.mapfish.print.processor.ProvideAttributes
-
The provides attribute by the processor.
- getAttributes(Class<?>, Predicate<Field>) - Static method in class org.mapfish.print.parser.ParserUtils
-
Get a subset of the attributes of the provided class.
- getAuthor() - Method in class org.mapfish.print.config.PDFConfig
- getAverageTimeSpentPrinting() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- getAverageTimeSpentPrinting() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- getAverageTimeSpentPrinting() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the average time print jobs take to complete.
- getBackgroundColor() - Method in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
- getBackgroundColor() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getBarBgColor() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getBarSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getBarSize(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the bar size.
- getBaseUrl() - Method in class org.mapfish.print.map.image.ImageLayer.ImageParam
- getBaseUrl() - Method in class org.mapfish.print.map.image.wms.WmsLayerParam
- getBaseUrl() - Method in class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
Get the base url for all tile requests.
- getBaseUrl() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
- getBaseUrl() - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
- getBaseUrl(HttpServletRequest) - Method in class org.mapfish.print.servlet.BaseMapServlet
-
Returns the base URL of the print servlet.
- getBestUnit(double, DistanceUnit) - Static method in enum class org.mapfish.print.map.DistanceUnit
-
Return the first unit that would give a value >=1.
- getBody() - Method in class org.mapfish.print.config.SmtpConfig
-
Returns the configured body or the default value.
- getBody() - Method in class org.mapfish.print.http.ErrorResponseClientHttpResponse
- getBody() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
- getBodyInternal(HttpHeaders) - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getBool(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element as a boolean.
- getBool(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element as a boolean.
- getBool(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getBool(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getBool(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a boolean or throw exception.
- getBool(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or throw exception.
- getBoolean(String) - Method in class org.mapfish.print.output.Values
-
Get a boolean value from the values or null.
- getBottomLabelMargin() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getBounds() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getBucket() - Method in class org.mapfish.print.config.S3ReportStorage
- getBuildFileFor(Configuration, File, String, Logger) - Method in class org.mapfish.print.config.WorkingDirectories
-
Calculate the file to compile a jasper report template to.
- getCallbacks() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getCapabilities(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get (in JSON) the information about the available formats and CO.
- getCapabilities(String, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get (in JSON) the information about the available formats and CO.
- getCenter() - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- getCenter() - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- getCenter() - Method in class org.mapfish.print.attribute.map.MapBounds
-
Get the center.
- getCenterX() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Utility method use to display the center in the report.
- getCenterY() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Utility method use to display the center in the report.
- getCertificateStore() - Method in class org.mapfish.print.config.Configuration
-
The configuration for locating a custom certificate store.
- getClassLoader() - Method in class org.mapfish.print.cli.CliServletContext
- getCleanUpTask() - Method in class org.mapfish.print.config.WorkingDirectories
- getClient() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getClientInfo() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getClientInfo() - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Return an object that will be added to the client config with the key clientInfo.
- getColor() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getColumnCount() - Method in class org.mapfish.print.processor.jasper.TableDataSource
- getColumnName(int) - Method in class org.mapfish.print.processor.jasper.TableDataSource
- getColumnNames() - Method in class org.mapfish.print.processor.jasper.TableDataSource
- getCommonInputs() - Method in class org.mapfish.print.processor.ProcessorDependency
-
The inputs that both processors must have in common.
- getCompletionDate() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getCompletionDate() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the completion time (as date).
- getCompletionTime() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getCompletionTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getCompletionTime() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the completion time (as long).
- getConfig() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getConfig(File) - Method in class org.mapfish.print.config.ConfigurationFactory
-
Create a configuration object from a config file.
- getConfig(File, InputStream) - Method in class org.mapfish.print.config.ConfigurationFactory
-
Create a configuration object from a config file.
- getConfiguration() - Method in class org.mapfish.print.config.Template
- getConfiguration() - Method in class org.mapfish.print.map.image.wms.WmsLayer
- getConfiguration() - Method in class org.mapfish.print.MapPrinter
- getContentType() - Method in class org.mapfish.print.output.JasperReportExcelOutputFormat
- getContentType() - Method in class org.mapfish.print.output.JasperReportImageOutputFormat
- getContentType() - Method in class org.mapfish.print.output.JasperReportPDFOutputFormat
- getContentType() - Method in class org.mapfish.print.output.JasperReportSvgOutputFormat
- getContentType() - Method in class org.mapfish.print.output.MapExportOutputFormat
- getContentType() - Method in interface org.mapfish.print.output.OutputFormat
-
The content type of the output.
- getContentType() - Method in class org.mapfish.print.url.data.DataUrlConnection
- getContext() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getContext() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
- getContext(String) - Method in class org.mapfish.print.cli.CliServletContext
- getContext(PObject[]) - Static method in class org.mapfish.print.wrapper.multi.PMultiObject
-
Build the context name.
- getContextName() - Method in class org.mapfish.print.wrapper.PElement
- getContextPath() - Method in class org.mapfish.print.cli.CliServletContext
- getCoordinate(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getCoordinate(int, Coordinate) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getCoordinateCopy(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getCreateSubReport() - Method in class org.mapfish.print.attribute.NorthArrowAttribute
- getCreateSubReport() - Method in class org.mapfish.print.attribute.ScalebarAttribute
- getCreator() - Method in class org.mapfish.print.config.PDFConfig
- getCredentials() - Method in class org.mapfish.print.config.Configuration
-
Get the http credentials.
- getCredentials(AuthScope) - Method in class org.mapfish.print.http.MfCredentialsProvider
- getCurrentPath() - Method in interface org.mapfish.print.wrapper.PArray
-
Gets the string representation of the path to the current element.
- getCurrentPath() - Method in class org.mapfish.print.wrapper.PElement
-
Gets the string representation of the path to the current JSON element.
- getCurrentPath() - Method in class org.mapfish.print.wrapper.PJoinedArray
- getCurrentPath() - Method in interface org.mapfish.print.wrapper.PObject
-
Gets the string representation of the path to the current element.
- getCustomBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
-
Custom bounds for the overview-map.
- getCustomParams() - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Read the
AbstractWMXLayerParams.customParams
into a Multimap. - getCustomParams() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
Read the
OsmLayerParam.customParams
into a Multimap. - getData() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobResultExtImpl
- getDefault() - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- getDefaultSessionTrackingModes() - Method in class org.mapfish.print.cli.CliServletContext
- getDefaultStyle(String) - Method in class org.mapfish.print.config.Configuration
-
Get a default style.
- getDefaultValue() - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
The YAML config default values.
- getDefinitionsURL() - Method in class org.mapfish.print.map.CustomEPSGCodes
-
Returns the URL to the property file that contains CRS definitions.
- getDenominator() - Method in class org.mapfish.print.map.Scale
- getDenominator(boolean, double, CoordinateReferenceSystem, double, Coordinate) - Static method in class org.mapfish.print.map.Scale
- getDenominator(boolean, CoordinateReferenceSystem, double, Coordinate) - Method in class org.mapfish.print.map.Scale
- getDenominator(double) - Method in class org.mapfish.print.map.Scale
- getDependencies() - Method in interface org.mapfish.print.processor.CustomDependencies
-
Get what we dynamically depends on, for the "values" input.
- getDependencies() - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
- getDependencies() - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
- getDependent() - Method in class org.mapfish.print.processor.ProcessorDependency
-
Returns the processor which requires the other to be executed first.
- getDimension() - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getDirectory() - Method in class org.mapfish.print.config.Configuration
- getDouble(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a double.
- getDouble(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a double.
- getDouble(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getDouble(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getDouble(String) - Method in class org.mapfish.print.output.Values
-
Get a value as a double.
- getDouble(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a double or throw an exception.
- getDouble(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a double or throw an exception.
- getDpi() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Return the DPI value for the map.
- getDpi() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getDpi() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- getDpi() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getDPI() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getDpiSuggestions() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getDpiSuggestions() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Get DPI suggestions.
- getEffectiveMajorVersion() - Method in class org.mapfish.print.cli.CliServletContext
- getEffectiveMinorVersion() - Method in class org.mapfish.print.cli.CliServletContext
- getEffectiveSessionTrackingModes() - Method in class org.mapfish.print.cli.CliServletContext
- getElapsedTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getElapsedTime() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get elapsed time.
- getEndpointUrl() - Method in class org.mapfish.print.config.S3ReportStorage
- getEntry() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getEntry() - Method in class org.mapfish.print.servlet.job.impl.SubmittedPrintJob
- getEntry() - Method in class org.mapfish.print.servlet.job.PrintJob
- getEntry() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the entry.
- getError() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getError() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the error message.
- getErrorBody() - Method in class org.mapfish.print.config.SmtpConfig
- getErrorSubject() - Method in class org.mapfish.print.config.SmtpConfig
- getExampleRequest(String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a sample request for the app.
- getExampleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a sample request for the app.
- getExecutionContext() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph.ProcessorGraphForkJoinTask
- getExtraProperties() - Method in exception org.mapfish.print.ExtraPropertyException
- getFailOnError() - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- getFeatures(MfClientHttpRequestFactory) - Method in class org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
-
Validate the values provided by the request data and construct MapBounds and parse the layers.
- getFeatureSource(MfClientHttpRequestFactory, MapfishMapContext) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
-
Get the feature source (either load from the supplier or return the cached source).
- getFile(String) - Method in class org.mapfish.print.config.Configuration
-
Get the file related to the configuration file.
- getFileExtension() - Method in class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- getFileExtension() - Method in interface org.mapfish.print.servlet.job.PrintJobResult
-
Get the file extension.
- getFileName() - Method in class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- getFileName() - Method in interface org.mapfish.print.servlet.job.PrintJobResult
-
Get the file name.
- getFileSize() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getFileSuffix() - Method in class org.mapfish.print.output.JasperReportExcelOutputFormat
- getFileSuffix() - Method in class org.mapfish.print.output.JasperReportImageOutputFormat
- getFileSuffix() - Method in class org.mapfish.print.output.JasperReportPDFOutputFormat
- getFileSuffix() - Method in class org.mapfish.print.output.JasperReportSvgOutputFormat
- getFileSuffix() - Method in class org.mapfish.print.output.MapExportOutputFormat
- getFileSuffix() - Method in interface org.mapfish.print.output.OutputFormat
-
The file suffix to use when writing to a file.
- getFilterRegistration(String) - Method in class org.mapfish.print.cli.CliServletContext
- getFilterRegistrations() - Method in class org.mapfish.print.cli.CliServletContext
- getFloat(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a float.
- getFloat(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a float.
- getFloat(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getFloat(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getFloat(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a float or throw an exception.
- getFloat(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or throw an exception.
- getFontColor() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getFragment() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getFromAddress() - Method in class org.mapfish.print.config.SmtpConfig
- getFullContentType() - Method in class org.mapfish.print.url.data.DataUrlConnection
-
Get the content-type, including the optional ";base64".
- getFunctionNames() - Method in class org.mapfish.print.map.geotools.function.FunctionFactory
- getGeodeticDenominator(double, CoordinateReferenceSystem, double, Coordinate) - Static method in class org.mapfish.print.map.Scale
- getGeodeticDenominator(CoordinateReferenceSystem, double, Coordinate) - Method in class org.mapfish.print.map.Scale
- getGeodeticScaleDenominator() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getGetMapRequest(URL) - Method in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Return a getMap request that is configured for the correct version.
- getGitHash() - Method in class org.mapfish.print.VersionInfo
- getGraphic() - Method in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
- getGraphicOffset() - Method in class org.mapfish.print.processor.map.scalebar.Label
- getGraphics2d() - Method in class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
- getGridCoverageMaxX() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getGridCoverageMaxY() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getGridCoverageOrigin() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getGridLabelFormat() - Method in class org.mapfish.print.map.geotools.grid.GridParam
- getHeaders() - Method in class org.mapfish.print.attribute.HttpRequestHeadersAttribute.Value
-
Get all the headers in map form.
- getHeaders() - Method in class org.mapfish.print.http.ErrorResponseClientHttpResponse
- getHeaders() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
- getHeaders(HttpServletRequest) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Read the headers from the request.
- getHealthCheckRegistry() - Method in class org.mapfish.print.metrics.HealthCheckRegistryContextListener
- getHeight() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getHeight() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getHeight() - Method in class org.mapfish.print.attribute.ScalebarAttribute
- getHeight() - Method in class org.mapfish.print.processor.map.scalebar.Label
- getHost() - Method in class org.mapfish.print.config.SmtpConfig
- getHost() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getHttpHost() - Method in class org.mapfish.print.http.HttpProxy
- getHttpRequestFactory() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getHttpRequestFetchRetryIntervalMillis() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getHttpRequestMaxNumberFetchRetry() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getImage() - Method in class org.mapfish.print.map.tiled.CoverageTask.Tile
-
Get image.
- getImageBufferScaling() - Method in class org.mapfish.print.map.geotools.FeatureLayer
- getImageBufferScaling() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Return the scaling for this tileInformation.
- getImageHeight() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getImageWidth() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getInitParameter(String) - Method in class org.mapfish.print.cli.CliServletContext
- getInitParameterNames() - Method in class org.mapfish.print.cli.CliServletContext
- getInputMapper() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Return input mapper from processor.
- getInputMapperBiMap() - Method in class org.mapfish.print.processor.AbstractProcessor
- getInputMapperBiMap() - Method in interface org.mapfish.print.processor.Processor
-
Map the variable names to the processor inputs.
- getInputPrefix() - Method in class org.mapfish.print.processor.AbstractProcessor
- getInputPrefix() - Method in interface org.mapfish.print.processor.Processor
-
Get the prefix to apply to each input value.
- getInputStream() - Method in class org.mapfish.print.url.data.DataUrlConnection
- getInputValueName(String, BiMap<String, String>, String) - Static method in class org.mapfish.print.processor.ProcessorUtils
-
Calculate the name of the input value.
- getInt(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as an integer.
- getInt(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as an integer.
- getInt(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getInt(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getInt(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an int or throw an exception.
- getInt(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or throw an exception.
- getInteger(String) - Method in class org.mapfish.print.output.Values
-
Get a value as a integer.
- getInternalArray() - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get access to underlying array.
- getInternalObj() - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get the internal json object.
- getIntervalLengthInPixels() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getIntervalLengthInWorldUnits() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getIntervalUnit() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getJasperCompilation(Configuration) - Method in class org.mapfish.print.config.WorkingDirectories
-
Get the directory where the compiled jasper reports should be put.
- getJasperPrint(Map<String, String>, PJsonObject, Configuration, File, File) - Method in class org.mapfish.print.output.AbstractJasperReportOutputFormat
-
Renders the jasper report.
- getJdbcDrivers() - Method in class org.mapfish.print.config.Template
-
Returns the JDBC drivers.
- getJdbcPassword() - Method in class org.mapfish.print.config.Template
-
Gets the JDBC password.
- getJdbcUrl() - Method in class org.mapfish.print.config.Template
-
Returns JDBC url.
- getJdbcUser() - Method in class org.mapfish.print.config.Template
-
Returns the JDBC driver.
- getJSON(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- getJSON(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Get a json object from the registry.
- getJSONArray(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a json array.
- getJSONArray(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a json array or throw exception.
- getJSONObject(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a json object.
- getJSONObject(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a json object or throw exception.
- getJspConfigDescriptor() - Method in class org.mapfish.print.cli.CliServletContext
- getKey(String, String, String) - Method in class org.mapfish.print.config.S3ReportStorage
-
Compute the key to use.
- getKeywordsAsString() - Method in class org.mapfish.print.config.PDFConfig
- getLabel() - Method in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
- getLabel() - Method in enum class org.mapfish.print.processor.map.scalebar.Orientation
- getLabel() - Method in enum class org.mapfish.print.processor.map.scalebar.Type
- getLabel() - Method in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
- getLabelDistance() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getLabelDistance(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the label distance..
- getLabelLayout() - Method in class org.mapfish.print.processor.map.scalebar.Label
- getLabelRotation() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getLabels() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getLastCheckTime() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobStatusExtImpl
- getLastExecutedJobTimestamp() - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- getLastExecutedJobTimestamp() - Method in interface org.mapfish.print.servlet.job.JobManager
-
Instant at which a job was executed by this manager.
- getLastPrintCount() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- getLastPrintCount() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- getLastPrintCount() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the number of prints that finished (either by error or success).
- getLayerDpi() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Get the DPI of the layer's images.
- getLayers() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getLayers() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
Get the
DataStore
object that contains the data for this layer. - getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.GeotiffLayer
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
- getLayerTransformer(MapfishMapContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
If the layer transformer has not been prepared yet, do it.
- getLayout() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getLeftLabelMargin() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getLineWidth() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getLong(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
- getLong(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a long.
- getLong(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getLong(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getLong(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an long or throw an exception.
- getLong(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or throw an exception.
- getMajorVersion() - Method in class org.mapfish.print.cli.CliServletContext
- getMapBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getMapBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
-
The bounds used to render the overview-map.
- getMapBounds() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getMapExport() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getMapProjection() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getMapSize() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getMapSize() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getMaxDpi() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getMaxExtent() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
Get the max extent as a envelop object.
- getMaxHeight() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getMaxLabelSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getMaxLabelSize(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the maximum width and height of the labels.
- getMaxLength() - Method in class org.mapfish.print.attribute.StringAttribute
- getMaxSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getMaxWidth() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getMdcContext() - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- getMDCContext() - Method in class org.mapfish.print.processor.AbstractProcessor.Context
- getMDCContext() - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
- getMDCContext() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
- getMergeableParams() - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Read the
AbstractWMXLayerParams.mergeableParams
into a Multimap. - getMethod() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getMethodValue() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getMetricRegistry() - Method in class org.mapfish.print.metrics.MapfishPrintInstrumentedFilterContextListener
- getMetricRegistry() - Method in class org.mapfish.print.metrics.MetricsRegistryContextListener
- getMimeType() - Method in class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- getMimeType() - Method in interface org.mapfish.print.servlet.job.PrintJobResult
-
Get the report mime type.
- getMimeType(String) - Method in class org.mapfish.print.cli.CliServletContext
- getMinGeoCoordinate(ReferencedEnvelope, Coordinate) - Method in class org.mapfish.print.map.tiled.TileInformation
-
Calculate the minx and miny coordinate of the tile that is the minx and miny tile.
- getMinorVersion() - Method in class org.mapfish.print.cli.CliServletContext
- getMissingProperties() - Method in exception org.mapfish.print.MissingPropertyException
- getMissingTileImage() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Return the image to draw in place of a tile that is missing.
- getName() - Method in interface org.mapfish.print.attribute.map.MapLayer
-
The layer name.
- getName() - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- getName() - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- getName() - Method in class org.mapfish.print.processor.ProcessorGraphNode
- getNamedDispatcher(String) - Method in class org.mapfish.print.cli.CliServletContext
- getNearestNiceValue(double, DistanceUnit, boolean) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Reduce the given value to the nearest smaller 1 significant digit number starting with 1, 2 or 5.
- getNearestScale(ZoomLevels, double, ZoomLevelSnapStrategy, boolean, Rectangle, double) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Get the nearest scale.
- getNumber(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- getNumber(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Get a number from the registry.
- getNumberOfRequestsMade() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- getNumberOfRequestsMade() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- getNumberOfRequestsMade() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the total number of print requests made.
- getNumSubIntervals() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getObject(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a json object.
- getObject(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a object.
- getObject(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getObject(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getObject(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a object or throw exception.
- getObject(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a object or throw exception.
- getObject(String, Class<V>) - Method in class org.mapfish.print.output.Values
-
Get a value as a object.
- getOpacity() - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Gets the opacity.
- getOpacity() - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- getOpacity() - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- getOpaqueTileErrorColor() - Method in class org.mapfish.print.config.Configuration
-
Get the color used to draw the other tiles error default: pink.
- getOrdinate(int, int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getOrientation() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getOriginalBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
-
The bounds of the original map that this overview-map is associated to.
- getOutputFilename() - Method in class org.mapfish.print.config.Configuration
- getOutputFilename() - Method in class org.mapfish.print.config.Template
- getOutputFormat() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getOutputFormat(PJsonObject) - Method in class org.mapfish.print.MapPrinter
-
Get the object responsible for printing to the correct output format.
- getOutputFormatsNames() - Method in class org.mapfish.print.MapPrinter
-
Return the available format ids.
- getOutputMapper() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Get the output mapper from processor.
- getOutputMapperBiMap() - Method in class org.mapfish.print.processor.AbstractProcessor
- getOutputMapperBiMap() - Method in interface org.mapfish.print.processor.Processor
-
Map output from processor to the variable in the Jasper Report.
- getOutputPrefix() - Method in class org.mapfish.print.processor.AbstractProcessor
- getOutputPrefix() - Method in interface org.mapfish.print.processor.Processor
-
Get the prefix to apply to each output value.
- getOutputType() - Method in class org.mapfish.print.processor.AbstractProcessor
- getOutputType() - Method in interface org.mapfish.print.processor.Processor
-
Get the class of the output type.
- getOutputValueName(String, Map<String, String>, Field) - Static method in class org.mapfish.print.processor.ProcessorUtils
-
Calculate the name of the output value.
- getPadding() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getPaintArea() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getParameters(String) - Static method in class org.mapfish.print.URIUtils
-
Parse the URI and get all the parameters in map form.
- getParameters(URI) - Static method in class org.mapfish.print.URIUtils
-
Parse the URI and get all the parameters in map form.
- getParams() - Method in class org.mapfish.print.map.image.wms.WmsLayer
-
Get the HTTP params.
- getParams() - Method in class org.mapfish.print.map.tiled.TileInformation
- getParams() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayer
-
Get the HTTP params.
- getParams() - Method in class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
- getParams() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getParent() - Method in class org.mapfish.print.wrapper.PElement
- getParentContext() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Get the parent context if there is one.
- getPassword() - Method in class org.mapfish.print.config.SmtpConfig
- getPath() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getPath(String) - Method in interface org.mapfish.print.wrapper.PArray
-
Gets the string representation of the path to the current element.
- getPath(String) - Method in class org.mapfish.print.wrapper.PElement
-
Gets the string representation of the path to the current JSON element.
- getPath(String) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getPath(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Gets the string representation of the path to the current element.
- getPdfConfig() - Method in class org.mapfish.print.config.Template
-
Get the merged configuration between this template and the configuration's template.
- getPort() - Method in class org.mapfish.print.config.SmtpConfig
- getPort() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getPrefix() - Method in class org.mapfish.print.config.S3ReportStorage
- getPrintableHeadersList(Map<String, List<String>>) - Static method in class org.mapfish.print.http.Utils
-
Get a list of printable (auth header will be hidden) headers 'header=value'.
- getProcessingTimeMS() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getProcessor() - Method in class org.mapfish.print.processor.ProcessorGraphNode
- getProcessorGraph() - Method in class org.mapfish.print.config.Template
-
Get the processor graph to use for executing all the processors for the template.
- getProcessors() - Method in class org.mapfish.print.config.Template
- getProjection() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getProjection() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getProjection() - Method in class org.mapfish.print.attribute.map.MapBounds
-
Get the projection these bounds are calculated in.
- getProjection() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getProxies() - Method in class org.mapfish.print.config.Configuration
-
Get the http proxies used by in all requests in this system.
- getQuery() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getRawLayers() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Return the JSON layer definition.
- getRawLayers() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getRawLayers() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getRawStatusCode() - Method in class org.mapfish.print.http.ErrorResponseClientHttpResponse
- getRawStatusCode() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
- getRealm() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getRealPath(String) - Method in class org.mapfish.print.cli.CliServletContext
- getReferenceId() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getReferenceId() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getReferenceId() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getReferenceId() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get reference ID.
- getReferenceId() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the reference ID.
- getReferer() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getRegion() - Method in class org.mapfish.print.config.S3ReportStorage
- getRegistry() - Method in class org.mapfish.print.map.image.wms.WmsLayer
- getRenderType() - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Specify whether layer should be rendered as PNG, JPEG or SVG.
- getRenderType() - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
- getRenderType() - Method in class org.mapfish.print.map.geotools.GeotiffLayer
- getRenderType() - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- getRenderType() - Method in class org.mapfish.print.map.image.ImageLayer
- getRenderType() - Method in class org.mapfish.print.map.image.wms.WmsLayer
- getRenderType() - Method in class org.mapfish.print.map.tiled.osm.OsmLayer
- getRenderType() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayer
- getRenderType() - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayer
- getReportDesign() - Method in class org.mapfish.print.processor.jasper.ImagesSubReport
- getReportFile() - Method in class org.mapfish.print.servlet.job.PrintJob
- getReportFuture() - Method in class org.mapfish.print.servlet.job.impl.SubmittedPrintJob
-
Get the future for checking if the report is done and for getting the uri.
- getReportPath(String, boolean, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get the PDF created previously.
- getReports() - Method in class org.mapfish.print.config.WorkingDirectories
-
Get the directory where the reports are written to.
- getReportSpecificAppId(String, String, boolean, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get the PDF created previously.
- getReportTemplate() - Method in class org.mapfish.print.config.Template
- getReportURI() - Method in class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- getReportURI() - Method in interface org.mapfish.print.servlet.job.PrintJobResult
-
Get the report URI.
- getReportURIString() - Method in class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- getReportURIString() - Method in interface org.mapfish.print.servlet.job.PrintJobResult
-
Get the report URI as String.
- getRequestCharacterEncoding() - Method in class org.mapfish.print.cli.CliServletContext
- getRequestCount() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getRequestCount() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the request count.
- getRequestData() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getRequestData() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get request data.
- getRequestDispatcher(String) - Method in class org.mapfish.print.cli.CliServletContext
- getRequired() - Method in class org.mapfish.print.processor.ProcessorDependency
-
Returns the processor which is required to be executed before the other.
- getResolution() - Method in class org.mapfish.print.map.Scale
-
Get the resolution in meters.
- getResolution() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Get the resolution that the layer uses for its calculations.
- getResolution(CoordinateReferenceSystem) - Method in class org.mapfish.print.map.tiled.wmts.Matrix
-
Get the resolution.
- getResolutionInInches() - Method in class org.mapfish.print.map.Scale
-
Get the resolution in inches.
- getResource(String) - Method in class org.mapfish.print.cli.CliServletContext
- getResourceAsStream(String) - Method in class org.mapfish.print.cli.CliServletContext
- getResourceAsStream(String) - Method in class org.mapfish.print.output.ResourceBundleClassLoader
- getResourceBundle() - Method in class org.mapfish.print.config.Configuration
-
Get the resource bundle name.
- getResourcePaths(String) - Method in class org.mapfish.print.cli.CliServletContext
- getResponseCharacterEncoding() - Method in class org.mapfish.print.cli.CliServletContext
- getResult() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getResult() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the result.
- getResult(URI) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Get result report.
- getRetentionDays() - Method in class org.mapfish.print.config.S3ReportStorage
- getRightLabelMargin() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getRootCause(Throwable) - Static method in class org.mapfish.print.ExceptionUtils
-
Because exceptions might get re-thrown several times, an error message like "java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: ..." might get created.
- getRootContext() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Return the root context which is this context or the context found by recursively calling parent.getRootContext().
- getRoots() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
- getRotatedBounds() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Return the map bounds rotated with the set rotation.
- getRotatedBounds(Rectangle2D.Double, Rectangle) - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Return the map bounds rotated with the set rotation.
- getRotatedBoundsAdjustedForPreciseRotatedMapSize() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Return the map bounds rotated with the set rotation.
- getRotatedHeight(float) - Method in class org.mapfish.print.processor.map.scalebar.Label
- getRotatedHeight(Dimension, float) - Static method in class org.mapfish.print.processor.map.scalebar.Label
- getRotatedMapSize() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getRotatedMapSizePrecise() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getRotatedWidth(float) - Method in class org.mapfish.print.processor.map.scalebar.Label
- getRotatedWidth(Dimension, float) - Static method in class org.mapfish.print.processor.map.scalebar.Label
- getRotation() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Gets the rotation.
- getRotation() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getRotation() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- getRotation() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getRotationDegree() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getRoundedScaleDenominator() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Get a nicely rounded scale for to use for displaying the map scale.
- getRoundedScaleDenominator(boolean) - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Get a nicely rounded scale for to use for displaying the map scale.
- getRowCount() - Method in class org.mapfish.print.processor.jasper.TableDataSource
- getScale() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- getScale(Rectangle, double) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- getScale(Rectangle, double) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- getScale(Rectangle, double) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Calculate and return the scale of the map bounds.
- getScale(DistanceUnit) - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
-
Gets the scale.
- getScaleDenominators() - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
Return a copy of the zoom level scale denominators.
- getScaleUnit() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getScheme() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- getSecretKey() - Method in class org.mapfish.print.config.S3ReportStorage
- getServerInfo() - Method in class org.mapfish.print.cli.CliServletContext
- getServlet(String) - Method in class org.mapfish.print.cli.CliServletContext
-
Deprecated.
- getServletContextName() - Method in class org.mapfish.print.cli.CliServletContext
- getServletId() - Method in class org.mapfish.print.servlet.ConfigBasedServletInfo
- getServletId() - Method in interface org.mapfish.print.servlet.ServletInfo
-
Return an id that identifies this server.
- getServletNames() - Method in class org.mapfish.print.cli.CliServletContext
-
Deprecated.
- getServletRegistration(String) - Method in class org.mapfish.print.cli.CliServletContext
- getServletRegistrations() - Method in class org.mapfish.print.cli.CliServletContext
- getServlets() - Method in class org.mapfish.print.cli.CliServletContext
-
Deprecated.
- getSessionCookieConfig() - Method in class org.mapfish.print.cli.CliServletContext
- getSessionTimeout() - Method in class org.mapfish.print.cli.CliServletContext
- getSettings() - Method in class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
- getSingleTiles() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo
- getSize() - Method in class org.mapfish.print.attribute.NorthArrowAttribute
- getSize() - Method in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
- getSize() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getSize(ScalebarAttribute.ScalebarAttributeValues, ScaleBarRenderSettings, Dimension) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the size of the painting area required to draw the scalebar with labels.
- getSmtp() - Method in class org.mapfish.print.config.Configuration
- getSSLContext() - Method in class org.mapfish.print.http.CertificateStore
-
Lazily create and get the ssl context.
- getStartDate() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getStartDate() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getStartDate() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get start time (as date).
- getStartDate() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the start time (as date).
- getStartTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getStartTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getStartTime() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get start time (as long).
- getStartTime() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the start time (as long).
- getStats() - Method in class org.mapfish.print.processor.AbstractProcessor.Context
- getStats() - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
- getStats() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getStatus() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getStatus() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getStatus() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the status.
- getStatus(String) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- getStatus(String) - Method in interface org.mapfish.print.servlet.job.JobManager
-
Get the status for a job.
- getStatusPath(String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a status report on a job.
- getStatusSpecificAppId(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a status report on a job.
- getStatusText() - Method in class org.mapfish.print.http.ErrorResponseClientHttpResponse
- getStatusText() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
- getStatusTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getStorage() - Method in class org.mapfish.print.config.SmtpConfig
- getString(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a string.
- getString(int) - Method in interface org.mapfish.print.wrapper.PArray
-
Get the element at the index as a string.
- getString(int) - Method in class org.mapfish.print.wrapper.PJoinedArray
- getString(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- getString(String) - Method in class org.mapfish.print.output.Values
-
Get a value as a string.
- getString(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- getString(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Get string from the registry.
- getString(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a string or throw an exception.
- getString(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or throw an exception.
- getStringMap(String) - Method in class org.mapfish.print.output.Values
-
Get a value as a Map from String to String.
- getStyle() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getStyle(String) - Method in class org.mapfish.print.config.Configuration
-
Return the named style of Optional.absent() if there is not a style with the given name.
- getStyle(String) - Method in class org.mapfish.print.config.Template
-
Look for a style in the named styles provided in the configuration.
- getStyleSupplier() - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
- getSubject() - Method in class org.mapfish.print.config.PDFConfig
- getSubject() - Method in class org.mapfish.print.config.SmtpConfig
- getSupportedUriSchemes() - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
-
Return all URI schemes that are supported in the system.
- getTableDataKey() - Method in class org.mapfish.print.config.Template
-
Returns table data key.
- getTaskDirectory() - Method in class org.mapfish.print.config.WorkingDirectories
-
Creates and returns a temporary directory for a printing task.
- getTemplate() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getTemplate(String) - Method in class org.mapfish.print.config.Configuration
-
Retrieve the configuration of the named template.
- getTemplates() - Method in class org.mapfish.print.config.Configuration
- getTileBounds() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Return the full bounds of the tile.
- getTileBufferHeight() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Obtain the buffer height for meta tiling.
- getTileBufferHeight() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
- getTileBufferWidth() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Obtain the buffer width for meta tiling.
- getTileBufferWidth() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
- getTileHeight() - Method in class org.mapfish.print.map.tiled.wmts.Matrix
-
Get the height of a tile.
- getTileIndexX() - Method in class org.mapfish.print.map.tiled.CoverageTask.TileTask
- getTileIndexX() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo.SingleTilePreparationInfo
- getTileIndexY() - Method in class org.mapfish.print.map.tiled.CoverageTask.TileTask
- getTileIndexY() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo.SingleTilePreparationInfo
- getTileRequest() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo.SingleTilePreparationInfo
- getTileRequest(MfClientHttpRequestFactory, String, ReferencedEnvelope, Dimension, int, int) - Method in class org.mapfish.print.map.tiled.TileInformation
-
Create the http request for loading the image at the indicated area and the indicated size.
- getTileSize() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
- getTileSize() - Method in class org.mapfish.print.map.tiled.TileInformation
-
Obtain the image tile size of the tiles that will be loaded from the server.
- getTileSize() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
- getTileWidth() - Method in class org.mapfish.print.map.tiled.wmts.Matrix
-
Get the width of a tile.
- getTimeout() - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- getTimeSinceStart() - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- getTimeSinceStart() - Method in interface org.mapfish.print.servlet.job.PrintJobEntry
-
Get time since start.
- getTimeToKeepAfterAccessInMillis() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- getTimeToKeepAfterAccessInMillis() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- getTimeToKeepAfterAccessInMillis() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Return the amount of time the queue will keep an entry before purging the record.
- getTimeToKeepAfterAccessInMillis() - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- getTimeToKeepAfterAccessInMillis() - Method in interface org.mapfish.print.servlet.registry.Registry
-
Return the amount of time the registry will keep an entry before purging the record.
- getTitle() - Method in class org.mapfish.print.config.PDFConfig
- getTopLabelMargin() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- getTotalTimeMS() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- getTotalTimeSpentPrinting() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
- getTransform() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Returns an
AffineTransform
taking the rotation into account. - getTransparentTileErrorColor() - Method in class org.mapfish.print.config.Configuration
-
Get the color used to draw the WMS tiles error default: transparent pink.
- getType() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getTypeNames() - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
- getTypeNames() - Method in class org.mapfish.print.map.geotools.GeotiffLayer.Plugin
- getTypeNames() - Method in class org.mapfish.print.map.image.ImageLayer.ImageLayerPlugin
- getTypeNames() - Method in class org.mapfish.print.map.image.wms.WmsLayerFactoryPlugin
- getTypeNames() - Method in interface org.mapfish.print.map.MapLayerFactoryPlugin
-
Return a set of all the values the json 'type' property should have for this plugin to apply typenames MUST be lowercase.
- getTypeNames() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParserPlugin
- getTypeNames() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParserPlugin
- getTypeNames() - Method in class org.mapfish.print.map.tiled.wmts.WmtsLayerParserPlugin
- getUnderlyingRequest() - Method in interface org.mapfish.print.http.ConfigurableRequest
-
Obtain the request object.
- getUnderlyingRequest() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getUnit() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getUnit() - Method in class org.mapfish.print.map.Scale
-
Get the scale unit.
- getUri() - Method in class org.mapfish.print.http.CertificateStore
-
The uri to the certificate store.
- getURI() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- getURI(String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- getURI(String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Get a URI from the registry.
- getUriScheme() - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- getUriScheme() - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- getUriScheme() - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Returns the URI scheme that this loader supports.
- getUriScheme() - Method in class org.mapfish.print.servlet.fileloader.FileConfigFileLoader
- getUriScheme() - Method in class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- getUserAgent() - Static method in class org.mapfish.print.http.UserAgentCreator
-
Builds a User-Agent string.
- getUsername() - Method in class org.mapfish.print.config.SmtpConfig
- getUsername() - Method in class org.mapfish.print.http.HttpCredential
-
Get the username.
- getValue(String, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
get specific property value of job.
- getValue(Template, String, PObject) - Method in interface org.mapfish.print.attribute.Attribute
-
Get the attribute value.
- getValue(Template, String, PObject) - Method in class org.mapfish.print.attribute.DataSourceAttribute
- getValue(Template, String, PObject) - Method in class org.mapfish.print.attribute.JsonDatasourceAttribute
- getValue(Template, String, PObject) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- getValue(Template, String, PObject) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
- getValueAt(int, int) - Method in class org.mapfish.print.processor.jasper.TableDataSource
- getValueClass() - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- getValueOr(T, T) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getValues() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
- getValueType() - Method in interface org.mapfish.print.attribute.Attribute
-
Get the class of the value.
- getValueType() - Method in class org.mapfish.print.attribute.BooleanAttribute
- getValueType() - Method in class org.mapfish.print.attribute.DataSourceAttribute
- getValueType() - Method in class org.mapfish.print.attribute.FeaturesAttribute
- getValueType() - Method in class org.mapfish.print.attribute.FloatAttribute
- getValueType() - Method in class org.mapfish.print.attribute.HttpRequestHeadersAttribute
- getValueType() - Method in class org.mapfish.print.attribute.IntegerAttribute
- getValueType() - Method in class org.mapfish.print.attribute.JsonDatasourceAttribute
- getValueType() - Method in class org.mapfish.print.attribute.LegendAttribute
- getValueType() - Method in class org.mapfish.print.attribute.map.MapAttribute
- getValueType() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute
- getValueType() - Method in class org.mapfish.print.attribute.map.PagingAttribute
- getValueType() - Method in class org.mapfish.print.attribute.map.StaticLayersAttribute
- getValueType() - Method in class org.mapfish.print.attribute.NorthArrowAttribute
- getValueType() - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Return the type created by
ReflectiveAttribute.createValue(Template)
. - getValueType() - Method in class org.mapfish.print.attribute.ScalebarAttribute
- getValueType() - Method in class org.mapfish.print.attribute.StringArrayAttribute
- getValueType() - Method in class org.mapfish.print.attribute.StringAttribute
- getValueType() - Method in class org.mapfish.print.attribute.StyleAttribute
- getValueType() - Method in class org.mapfish.print.attribute.TableAttribute
- getVersion() - Method in class org.mapfish.print.VersionInfo
- getVerticalAlign() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- getVirtualServerName() - Method in class org.mapfish.print.cli.CliServletContext
- getWaitingJobsCount() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- getWaitingJobsCount() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- getWaitingJobsCount() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the total number of waiting/running jobs.
- getWaitingTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- getWaitingTime() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the estimated waiting time for the job to finish.
- getWidth() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getWidth() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- getWidth() - Method in class org.mapfish.print.attribute.ScalebarAttribute
- getWidth() - Method in class org.mapfish.print.processor.map.scalebar.Label
- getWithOverrides(OverviewMapAttribute.OverviewMapAttributeValues) - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Creates an
MapAttribute.OverriddenMapAttributeValues
instance with the current object and a givenOverviewMapAttribute.OverviewMapAttributeValues
instance. - getWorking() - Method in class org.mapfish.print.config.WorkingDirectories
- getWorking(Configuration) - Method in class org.mapfish.print.config.WorkingDirectories
-
Get the working directory for the configuration.
- getX(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getxIndex() - Method in class org.mapfish.print.map.tiled.CoverageTask.Tile
-
Get x index.
- getY(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- getyIndex() - Method in class org.mapfish.print.map.tiled.CoverageTask.Tile
-
Get y index.
- getZoomFactor() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- getZoomLevel() - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
-
Gets the zoom level.
- getZoomLevels() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getZoomLevels() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- getZoomLevels() - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
-
Gets the zoom levels.
- getZoomLevelSnapStrategy() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getZoomLevelSnapStrategy() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getZoomLevelSnapStrategy() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- getZoomSnapGeodetic() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getZoomSnapGeodetic() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getZoomSnapTolerance() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- getZoomSnapTolerance() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- getZoomSnapTolerance() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- GmlLayer - Class in org.mapfish.print.map.geotools
-
Parses GML from the request data.
- GmlLayer(ExecutorService, FeatureSourceSupplier, StyleSupplier<FeatureSource<?, ?>>, boolean, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.GmlLayer
-
Constructor.
- GmlLayer.GmlParam - Class in org.mapfish.print.map.geotools
-
The parameters for creating a layer that renders Gml formatted data.
- GmlLayer.Plugin - Class in org.mapfish.print.map.geotools
-
Renders GML layers.
- GmlParam() - Constructor for class org.mapfish.print.map.geotools.GmlLayer.GmlParam
- graphic - Variable in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
-
The path to a graphic to use for the north-arrow.
- gridColor - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The color of the grid points or lines.
- GridFontParam - Class in org.mapfish.print.map.geotools.grid
-
Configuration object for the grid labels.
- GridFontParam() - Constructor for class org.mapfish.print.map.geotools.grid.GridFontParam
- GridLabelFormat - Class in org.mapfish.print.map.geotools.grid
-
Formats grid labels.
- GridLabelFormat() - Constructor for class org.mapfish.print.map.geotools.grid.GridLabelFormat
- GridLabelFormat.Detailed - Class in org.mapfish.print.map.geotools.grid
-
Label format where value and unit are formatted with different patterns.
- GridLabelFormat.Simple - Class in org.mapfish.print.map.geotools.grid
-
Label format where value and unit are formatted at once.
- GridLayer - Class in org.mapfish.print.map.geotools.grid
-
A layer which is a spatial grid of lines on the map.
- GridLayer(ExecutorService, FeatureSourceSupplier, StyleSupplier<FeatureSource<?, ?>>, boolean, GridParam, LabelPositionCollector) - Constructor for class org.mapfish.print.map.geotools.grid.GridLayer
-
Constructor.
- GridLayerPlugin - Class in org.mapfish.print.map.geotools.grid
-
A layer which is a spatial grid of lines on the map.
- GridLayerPlugin() - Constructor for class org.mapfish.print.map.geotools.grid.GridLayerPlugin
-
Constructor.
- GridParam - Class in org.mapfish.print.map.geotools.grid
-
Parameters relevant to creating Grid layers.
- GridParam() - Constructor for class org.mapfish.print.map.geotools.grid.GridParam
- gridType - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The type of grid to render.
- GridType - Enum Class in org.mapfish.print.map.geotools.grid
-
The supported Grid types.
H
- haloColor - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The color of the halo around grid label text.
- haloRadius - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The size of the halo around the Grid Labels.
- Handler - Class in org.mapfish.print.url.data
-
Responsible for instantiating the DataUrlConnection.
- Handler() - Constructor for class org.mapfish.print.url.data.Handler
- has(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Check if the object has a property with the key.
- has(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- has(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Check if the object has a property with the key.
- has(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- HasConfiguration - Interface in org.mapfish.print.config
-
Indicates that the
ConfigurationFactory
should inject the configuration object into the object. - HasDefaultValue - Annotation Interface in org.mapfish.print.parser
-
Marks a Processor input parameter object setter method as being optional.
- hashCode() - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- hashCode() - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- hashCode() - Method in class org.mapfish.print.attribute.map.MapBounds
- hashCode() - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Returns a hash code value for this object.
- hashCode() - Method in class org.mapfish.print.attribute.map.ZoomLevels
- hashCode() - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
- hashCode() - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- hashCode() - Method in class org.mapfish.print.config.access.AndAccessAssertion
- hashCode() - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- hashCode() - Method in class org.mapfish.print.map.Scale
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
- hashCode() - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher
- hashCode() - Method in class org.mapfish.print.wrapper.json.PJsonObject
- hashCode(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- hashCode(Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- HealthCheckingRegistry - Class in org.mapfish.print.metrics
- HealthCheckingRegistry() - Constructor for class org.mapfish.print.metrics.HealthCheckingRegistry
- HealthCheckRegistryContextListener - Class in org.mapfish.print.metrics
-
Allows the AdminServlet to get access to the MetricRegistry so it can display the statistics via the admin servlet.
- HealthCheckRegistryContextListener() - Constructor for class org.mapfish.print.metrics.HealthCheckRegistryContextListener
- height - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
The height of the map.
- help - Variable in class org.mapfish.print.cli.CliHelpDefinition
-
Print all the commandline options.
- HibernateAccounting - Class in org.mapfish.print.servlet.job
-
Store accounting info in the DB.
- HibernateAccounting() - Constructor for class org.mapfish.print.servlet.job.HibernateAccounting
- HibernateAccounting.JobTracker - Class in org.mapfish.print.servlet.job
-
A JobTracker specialization for storing in the DB.
- HibernateAccountingEntry - Class in org.mapfish.print.servlet.job
-
Entity for the print_accountings table.
- HibernateAccountingEntry() - Constructor for class org.mapfish.print.servlet.job.HibernateAccountingEntry
-
Default constructor (used only by Hibernate).
- HibernateAccountingEntry(PrintJobEntry, PrintJobStatus.Status, Configuration) - Constructor for class org.mapfish.print.servlet.job.HibernateAccountingEntry
-
Constructor that initialize the fields that depends on the job description.
- HibernateJobQueue - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Transfers request to the Job dao.
- HibernateJobQueue() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- HibernatePrintJob - Class in org.mapfish.print.servlet.job.impl.hibernate
-
A PrintJob implementation that write results to the database.
- HibernatePrintJob() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.HibernatePrintJob
- HibernateReportLoader - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Loads reports from hibernate uris.
- HibernateReportLoader() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.HibernateReportLoader
- HIGHER_SCALE - Enum constant in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Always choose the zoom-level that is just higher than the target value.
- HORIZONTAL_LABELS_ABOVE - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Horizontal scalebar and the labels are shown above the bar.
- HORIZONTAL_LABELS_BELOW - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Horizontal scalebar and the labels are shown below the bar.
- HorizontalAlign - Enum Class in org.mapfish.print.processor.map.scalebar
-
Vertical align.
- horizontalYOffset - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
Apply an Y offset to horizontal grid line labels, relative to the horizontal grid lines.
- hostAndMethod() - Static method in class org.mapfish.print.metrics.MetricsNameStrategyFactory
-
Strategy for naming the http requests made for the metrics tracking.
- HostMatcher - Class in org.mapfish.print.processor.http.matcher
-
Used to validate the access to a map service host.
- HostMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.HostMatcher
- HostnameMatcher - Class in org.mapfish.print.processor.http.matcher
-
Allows to check that a given URL matches a hostname literally (textual match).
- HostnameMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.HostnameMatcher
- HttpCredential - Class in org.mapfish.print.http
-
Represents a set of credentials to use for an http request.
- HttpCredential() - Constructor for class org.mapfish.print.http.HttpCredential
- HttpImageResolver - Class in org.mapfish.print.processor.jasper
-
Interprets text in a table cell as an image URL.
- HttpImageResolver() - Constructor for class org.mapfish.print.processor.jasper.HttpImageResolver
-
Constructor.
- HttpProcessor<PARAM> - Interface in org.mapfish.print.processor.http
-
A flag interface indicating that this type of processor affects the
MfClientHttpRequestFactory
object. - HttpProxy - Class in org.mapfish.print.http
-
This configuration object configures the proxies to be used by the system.
- HttpProxy() - Constructor for class org.mapfish.print.http.HttpProxy
- HttpRequestFetcher - Class in org.mapfish.print.http
-
Schedule tasks for caching Http Requests that can be run simultaneously.
- HttpRequestFetcher(File, MetricRegistry, Processor.ExecutionContext, ForkJoinPool) - Constructor for class org.mapfish.print.http.HttpRequestFetcher
-
Constructor.
- HttpRequestHeadersAttribute - Class in org.mapfish.print.attribute
-
Attribute representing the headers from the request.
- HttpRequestHeadersAttribute() - Constructor for class org.mapfish.print.attribute.HttpRequestHeadersAttribute
-
Constructor that calls init.
- HttpRequestHeadersAttribute.Value - Class in org.mapfish.print.attribute
-
The object containing the attribute data.
- HumanAlphaSerie - Class in org.mapfish.print.jasperreports
-
Used to convert an integer index to an alpha index.
I
- icons - Variable in class org.mapfish.print.attribute.LegendAttribute.LegendAttributeValue
-
Urls for downloading icons for each legend row.
- identifier - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
The id of the matrix.
- IllegalFileAccessException - Exception in org.mapfish.print
-
Indicates there was an attempt to load a file that was not in the configuration directory.
- IllegalFileAccessException(String) - Constructor for exception org.mapfish.print.IllegalFileAccessException
-
Constructor.
- IMAGE_TYPES - Static variable in class org.mapfish.print.output.JasperReportImageOutputFormat
- imageExtension - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The image extension.
- imageFormat - Variable in class org.mapfish.print.map.image.ImageLayer.ImageParam
-
The format of the image.
- imageFormat - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The format of the image.
- imageFormat - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The format of the image.
- ImageIOPluginScanner - Class in org.mapfish.print
-
Scans for ImageIO plugins when the application context is loaded.
- ImageIOPluginScanner() - Constructor for class org.mapfish.print.ImageIOPluginScanner
- ImageLayer - Class in org.mapfish.print.map.image
-
Reads an image file from a URL.
- ImageLayer.ImageLayerPlugin - Class in org.mapfish.print.map.image
-
Renders an image as layer.
- ImageLayer.ImageParam - Class in org.mapfish.print.map.image
-
The parameters for reading an image file, either from the server or from a URL.
- ImageLayerPlugin() - Constructor for class org.mapfish.print.map.image.ImageLayer.ImageLayerPlugin
- ImageParam() - Constructor for class org.mapfish.print.map.image.ImageLayer.ImageParam
- ImageSimilarity - Class in org.mapfish.print.test.util
-
Class for comparing an expected image to an actual image.
- ImageSimilarity(File) - Constructor for class org.mapfish.print.test.util.ImageSimilarity
-
The constructor, which creates the GUI and start the image processing task.
- ImagesSubReport - Class in org.mapfish.print.processor.jasper
-
Creates a Jasper containing overlaid images, which is supposed to be embedded into an another report as sub-report.
- ImagesSubReport(List<URI>, Dimension, double) - Constructor for class org.mapfish.print.processor.jasper.ImagesSubReport
-
Constructor.
- ImageUtils - Class in org.mapfish.print
-
Utility functions for images.
- In() - Constructor for class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.In
- In() - Constructor for class org.mapfish.print.processor.PdfConfigurationProcessor.In
- IN - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the american inch unit.
- INCH_TO_MM - Static variable in class org.mapfish.print.Constants
-
Used to convert inches in mm.
- incrementInt(String, int) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- incrementInt(String, int) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Increment the value currently stored in the registry by the amount.
- incrementLong(String, long) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- incrementLong(String, long) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Increment the value currently stored in the registry by the amount.
- indent - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The number of pixels to indent the grid labels from the end of the map.
- InetHostMatcher - Class in org.mapfish.print.processor.http.matcher
-
Allows to check that a given URL matches an IP address (numeric format).
- InetHostMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.InetHostMatcher
- InetHostMatcher.AddressMask - Class in org.mapfish.print.processor.http.matcher
-
The ip addresses that are considered legal.
- init() - Method in class org.mapfish.print.config.Configuration
-
Initialize some optionally wired fields.
- init() - Method in class org.mapfish.print.config.ConfigurationFactory
-
initialize this factory.
- init() - Method in class org.mapfish.print.config.WorkingDirectories
-
Called by spring after bean has been created and populated.
- init() - Method in class org.mapfish.print.metrics.JmxMetricsReporter
-
Add jmx reporter on startup.
- init() - Method in class org.mapfish.print.metrics.JvmMetricsConfigurator
-
Add several jvm metrics.
- init() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
-
Called by spring on initialization.
- init() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Initialize db manager.
- init() - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Called by spring after constructing the java bean.
- init() - Method in class org.mapfish.print.VersionInfo
-
Output the version on the logs.
- init(FilterConfig) - Method in class org.mapfish.print.servlet.RequestSizeFilter
- initForTesting(ApplicationContext) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Initialize for testing.
- Input() - Constructor for class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.jasper.DataSourceProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.jasper.DateFormatProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.jasper.JasperReportBuilder.Input
- Input() - Constructor for class org.mapfish.print.processor.jasper.LegendProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.jasper.TableProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.AddStaticLayersProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.CreateMapPagesProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.CreateMapProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.CreateOverviewMapProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.SetFeaturesProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.SetStyleProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.SetTiledWmsProcessor.Input
- Input() - Constructor for class org.mapfish.print.processor.map.SetWmsCustomParamProcessor.Input
- InputOutputValue - Annotation Interface in org.mapfish.print.processor
-
Marks a processor input parameter as input output value.
- INSTANCE - Static variable in class org.mapfish.print.config.access.AlwaysAllowAssertion
-
A public instance that can be used by all resource in the default case.
- INSTANCE - Static variable in class org.mapfish.print.processor.http.matcher.AcceptAllMatcher
-
A singleton instance to reduce creating unnecessary instances.
- IntegerAttribute - Class in org.mapfish.print.attribute
-
An integer type attribute.
- IntegerAttribute() - Constructor for class org.mapfish.print.attribute.IntegerAttribute
-
Constructor.
- InternalAttribute - Annotation Interface in org.mapfish.print.attribute
-
An annotation indicating that the attribute should not be printed in client config (client does not need to know about it) because it is registered automatically.
- InternalValue - Annotation Interface in org.mapfish.print.processor
-
Marks a processor output parameter as debug value.
- intervals - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The number of intervals (default: 3).
- InvalidJsonValueException - Exception in org.mapfish.print.wrapper.json
-
Thrown when an attribute has an invalid value in the spec.
- InvalidJsonValueException(PElement, String, Object) - Constructor for exception org.mapfish.print.wrapper.json.InvalidJsonValueException
-
Constructor.
- InvalidJsonValueException(PElement, String, Object, Throwable) - Constructor for exception org.mapfish.print.wrapper.json.InvalidJsonValueException
-
Constructor.
- isAccessible(String) - Method in class org.mapfish.print.config.Configuration
-
check if the file exists and can be accessed by the user/template/config/etc...
- isAccessible(URI) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- isAccessible(URI) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- isAccessible(URI) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- isAccessible(URI) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Check if the configuration File exists.
- isAccessible(URI, String) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- isAccessible(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- isAccessible(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- isAccessible(URI, String) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
check if the file exists and can be accessed by the user/template/config/etc...
- isArray(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
- isArray(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- isArray(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Is the property an array.
- isArray(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- isBase() - Method in enum class org.mapfish.print.map.DistanceUnit
- isCompressed() - Method in class org.mapfish.print.config.PDFConfig
- isCreateSubReport() - Method in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
- isCreateSubReport() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
- isDone() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- isDone() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
is the job done?
- isDpiSensitiveStyle() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
- isDpiSensitiveStyle() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- isEraseCredentialsAfterAuthentication() - Method in class org.mapfish.print.servlet.NoOpAuthenticationManager
- isFinished(ProcessorGraphNode) - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Return true if the processor of the node has previously been executed.
- isForceLongitudeFirst() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
- isHorizontal() - Method in enum class org.mapfish.print.processor.map.scalebar.Orientation
- isMapExport() - Method in class org.mapfish.print.config.Template
- isMutable() - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- isMutable() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- isPdfA() - Method in class org.mapfish.print.config.Template
- isReject() - Method in class org.mapfish.print.processor.http.matcher.AbstractMatcher
- isReject() - Method in interface org.mapfish.print.processor.http.matcher.URIMatcher
-
If true and the matcher accepts the uri, the request needs to be rejected.
- isRunning(ProcessorGraphNode) - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Return true if the processor of the node is currently being executed.
- isSameBaseUnit(DistanceUnit) - Method in enum class org.mapfish.print.map.DistanceUnit
-
Check if this unit and the target unit have the same "base" unit IE inches and feet have same base unit.
- isSsl() - Method in class org.mapfish.print.config.SmtpConfig
- isStarttls() - Method in class org.mapfish.print.config.SmtpConfig
- isThrowErrorOnExtraParameters() - Method in class org.mapfish.print.config.Configuration
-
If true and the request JSON has extra parameters in the layers definition, exceptions will be thrown.
- isUseAdjustBounds() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Return true if requestData has useNearestScale and configuration has some zoom levels defined.
- isUseAdjustBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- isUseAdjustBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- isUseNearestScale() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Return true if requestData has useNearestScale and configuration has some zoom levels defined.
- isUseNearestScale() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- isUseNearestScale() - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- ITALIC - Enum constant in enum class org.mapfish.print.map.geotools.grid.FontStyle
-
The italic style.
J
- JASPER_REPORT_COMPILED_FILE_EXT - Static variable in class org.mapfish.print.processor.jasper.JasperReportBuilder
-
Extension for Compiled Jasper Report Template files.
- JASPER_REPORT_XML_FILE_EXT - Static variable in class org.mapfish.print.processor.jasper.JasperReportBuilder
-
Extension for Jasper XML Report Template files.
- JasperReportBuilder - Class in org.mapfish.print.processor.jasper
-
A processor that actually compiles a JasperReport template file.
- JasperReportBuilder.Input - Class in org.mapfish.print.processor.jasper
-
The input parameter object for
JasperReportBuilder
. - JasperReportExcelOutputFormat - Class in org.mapfish.print.output
-
An PDF output format that uses Jasper reports to generate the result.
- JasperReportExcelOutputFormat() - Constructor for class org.mapfish.print.output.JasperReportExcelOutputFormat
- JasperReportImageOutputFormat - Class in org.mapfish.print.output
-
An PDF output format that uses Jasper reports to generate the result.
- JasperReportImageOutputFormat() - Constructor for class org.mapfish.print.output.JasperReportImageOutputFormat
- JasperReportPDFOutputFormat - Class in org.mapfish.print.output
-
An PDF output format that uses Jasper reports to generate the result.
- JasperReportPDFOutputFormat() - Constructor for class org.mapfish.print.output.JasperReportPDFOutputFormat
- JasperReportSvgOutputFormat - Class in org.mapfish.print.output
-
An SVG output format that uses Jasper reports to generate the result.
- JasperReportSvgOutputFormat() - Constructor for class org.mapfish.print.output.JasperReportSvgOutputFormat
- JmxMetricsReporter - Class in org.mapfish.print.metrics
-
This bean will enable JMX reporting when added to application context.
- JmxMetricsReporter() - Constructor for class org.mapfish.print.metrics.JmxMetricsReporter
- JobManager - Interface in org.mapfish.print.servlet.job
-
Manages and Executes Print Jobs.
- JobQueue - Interface in org.mapfish.print.servlet.job
-
Manages the Statuses of the Print Jobs.
- JobQueueHealthCheck - Class in org.mapfish.print.metrics
- JobQueueHealthCheck() - Constructor for class org.mapfish.print.metrics.JobQueueHealthCheck
- JobTracker(PrintJobEntry, Configuration) - Constructor for class org.mapfish.print.servlet.job.Accounting.JobTracker
-
Constructor.
- JobTracker(PrintJobEntry, Configuration) - Constructor for class org.mapfish.print.servlet.job.HibernateAccounting.JobTracker
-
Constructor.
- JPEG - Enum constant in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Render as JPEG.
- jrDataSource - Variable in class org.mapfish.print.processor.jasper.DataSourceProcessor.Output
-
The datasource to be assigned to a report or sub-report detail/table section.
- JSON_APP - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The application ID which indicates the configuration file to load.
- JSON_ATTRIBUTE_DEFAULT - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
The default value of the attribute param in the optional params.
- JSON_ATTRIBUTE_EMBEDDED_TYPE - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
If the parameter in the value object is another value object (and not a PObject or PArray) then this will be a json object describing the embedded param in the same way as each object in clientParams.
- JSON_ATTRIBUTE_IS_ARRAY - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
Json field that declares if the param is an array.
- JSON_ATTRIBUTE_TYPE - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
A string describing the type of the attribute param in the clientConfig.
- JSON_ATTRIBUTES - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The json tag referring to the attributes.
- JSON_CLIENT_INFO - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
Name of the value suggestions object in the client config json.
- JSON_CLIENT_PARAMS - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
Name of the required parameters object in the client config json.
- JSON_DONE - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
If the job is done (value is true) or not (value is false).
- JSON_DOWNLOAD_LINK - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The json key in the create report and status responses containing a link to download the report.
- JSON_DPI_SUGGESTIONS - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the suggested DPI values in the client config.
- JSON_ELAPSED_TIME - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The elapsed time in ms from the point the job started.
- JSON_ERROR - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The key containing an error message for failed jobs.
- JSON_LAYOUT_KEY - Static variable in class org.mapfish.print.Constants
-
The layout tag in the json spec file.
- JSON_MAP_HEIGHT - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the height of the map in the client config.
- JSON_MAP_WIDTH - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the width of the map in the client config.
- JSON_MAX_DPI - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the max DPI value in the client config.
- JSON_MAX_HEIGHT - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the max height of the map in the client config (for mapExport).
- JSON_MAX_WIDTH - Static variable in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The json key for the max width of the map in the client config (for mapExport).
- JSON_NAME - Static variable in class org.mapfish.print.attribute.ReflectiveAttribute
-
Name of attribute in the client config json.
- JSON_OUTPUT_FONT_FAMILY - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the java font family name.
- JSON_OUTPUT_FONTCONFIG - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font families names.
- JSON_OUTPUT_FONTCONFIG_FAMILIES - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font families names.
- JSON_OUTPUT_FONTCONFIG_NAME - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font name.
- JSON_OUTPUT_FONTCONFIG_STYLES - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font styles.
- JSON_OUTPUT_FONTCONFIG_WEIGHT - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font weight.
- JSON_OUTPUT_FONTS - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the font config fonts.
- JSON_OUTPUT_FORMAT - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the outputFormat.
- JSON_OUTPUT_JASPERREPORT_FONTS - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The JSON key in the request spec that contains the Jasper report fonts.
- JSON_PRINT_JOB_REF - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The key containing the print job reference ID in the create report response.
- JSON_REQUEST_HEADERS - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The json property to add the request headers from the print request.
- JSON_STATUS - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The status of the job.
- JSON_STATUS_LINK - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The json key in the create report response containing a link to get the status of the print job.
- JSON_WAITING_TIME - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
A rough estimate for the time in ms the job still has to wait in the queue until it starts processing.
- JsonDatasourceAttribute - Class in org.mapfish.print.attribute
-
A JSON data source attribute.
- JsonDatasourceAttribute() - Constructor for class org.mapfish.print.attribute.JsonDatasourceAttribute
- JsonStyleParserHelper - Class in org.mapfish.print.map.style.json
-
Methods shared by various style versions for creating geotools SLD styles from the json format mapfish supports.
- JsonStyleParserHelper(Configuration, ClientHttpRequestFactory, StyleBuilder, boolean) - Constructor for class org.mapfish.print.map.style.json.JsonStyleParserHelper
-
Constructor.
- JvmMetricsConfigurator - Class in org.mapfish.print.metrics
-
A bean that will add several gauges and metric sets for tracking the JVM stats.
- JvmMetricsConfigurator() - Constructor for class org.mapfish.print.metrics.JvmMetricsConfigurator
K
- keys() - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get an iterator of all keys in this objects.
- keys() - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- keys() - Method in interface org.mapfish.print.wrapper.PObject
-
Get an iterator of all keys in this objects.
- keys() - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- KM - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the kilometer unit.
- KVP - Enum constant in enum class org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Use query parameters for the WMTS tile parameters.
L
- Label - Class in org.mapfish.print.processor.map.scalebar
-
Position, size and content of a label.
- Label(float, TextLayout, Graphics2D) - Constructor for class org.mapfish.print.processor.map.scalebar.Label
-
Constructor.
- labelColor - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The color of the grid label text.
- labelDistance - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The distance between scalebar and labels (in pixel).
- labelFormat - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The formatting string used to format the label (for example "%1.2f %s").
- labelProjection - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The projection code to use for the labels.
- labelRotation - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Rotate the label to some degree.
- lastModified(URI) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- lastModified(URI) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- lastModified(URI) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- lastModified(URI) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
return the last modified time of the file URI.
- layer - Variable in class org.mapfish.print.attribute.map.ZoomToFeatures
-
The name of the layer whose features will be used.
- layer - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The layer name.
- LayerContext(double, TileInformation<? extends AbstractTiledLayerParams>, TilePreparationInfo) - Constructor for record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Creates an instance of a
LayerContext
record class. - layerGraphics - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Output
-
The paths to a graphic for each layer.
- layerGraphics - Variable in class org.mapfish.print.processor.map.CreateOverviewMapProcessor.Output
-
The paths to a graphic for each layer.
- layers - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
The json with all the layer information.
- layers - Variable in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
The json with all the layer information.
- layers - Variable in class org.mapfish.print.attribute.map.StaticLayersAttribute.StaticLayersAttributeValue
-
An array of layers (the same as for
MapAttribute.MapAttributeValues.layers
). - layers - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The wms layer to request in the GetMap request.
- LEFT - Enum constant in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Left.
- legend - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Input
-
The data required for creating the legend.
- LegendAttribute - Class in org.mapfish.print.attribute
-
Objects needed by the
LegendProcessor
(see !prepareLegend processor). - LegendAttribute() - Constructor for class org.mapfish.print.attribute.LegendAttribute
- LegendAttribute.LegendAttributeValue - Class in org.mapfish.print.attribute
-
The data required to render a map legend.
- LegendAttributeValue() - Constructor for class org.mapfish.print.attribute.LegendAttribute.LegendAttributeValue
- legendDataSource - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Output
-
The datasource for the legend object in the report.
- LegendProcessor - Class in org.mapfish.print.processor.jasper
-
Create a legend.
- LegendProcessor.Input - Class in org.mapfish.print.processor.jasper
-
The Input Parameter object for
LegendProcessor
. - LegendProcessor.Output - Class in org.mapfish.print.processor.jasper
-
The Output object of the legend processor method.
- legendSubReport - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Output
-
The path to the compiled sub-report.
- LINE - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Type
-
A simple line with ticks.
- LinearCoordinateSequence - Class in org.mapfish.print.map.geotools.grid
-
The LinearCoordinateSequence class.
- LinearCoordinateSequence() - Constructor for class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- LineGridStyle - Class in org.mapfish.print.map.geotools.grid
-
Creates the Named LineGridStyle.
- LINES - Enum constant in enum class org.mapfish.print.map.geotools.grid.GridType
-
Represents a Grid that consists of lines.
- LineScalebarDrawer - Class in org.mapfish.print.processor.map.scalebar
-
Draw a simple line with ticks.
- LineScalebarDrawer(Graphics2D, ScaleBarRenderSettings) - Constructor for class org.mapfish.print.processor.map.scalebar.LineScalebarDrawer
-
Constructor.
- lineWidth - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The thickness of the lines or the bar border (in pixel).
- LIST_APPS_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to list all registered configurations.
- listAppIds(HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get (in JSON) the information about the available formats and CO.
- listAvailableFonts(HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
List the available fonts on the system.
- listFontConfigFonts(String) - Static method in class org.mapfish.print.FontTools
-
Get matched font from a font family name.
- load(MfClientHttpRequestFactory, MapfishMapContext) - Method in interface org.mapfish.print.map.geotools.FeatureSourceSupplier
-
Load/create feature source.
- load(MfClientHttpRequestFactory, SOURCE) - Method in interface org.mapfish.print.map.geotools.StyleSupplier
-
Load the style.
- loadFile(String) - Method in class org.mapfish.print.config.Configuration
-
Load the file related to the configuration file.
- loadFile(URI) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- loadFile(URI) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- loadFile(URI) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- loadFile(URI) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Load the config data.
- loadFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- loadFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- loadFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- loadFile(URI, String) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Load the file related to the configuration file.
- loadImage(MfClientHttpRequestFactory, MapfishMapContext) - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
Load the image at the requested size for the provided map bounds.
- loadImage(MfClientHttpRequestFactory, MapfishMapContext) - Method in class org.mapfish.print.map.image.ImageLayer
- loadImage(MfClientHttpRequestFactory, MapfishMapContext) - Method in class org.mapfish.print.map.image.wms.WmsLayer
- loadReport(URI, OutputStream) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateReportLoader
- loadReport(URI, OutputStream) - Method in class org.mapfish.print.servlet.job.loader.FileReportLoader
- loadReport(URI, OutputStream) - Method in interface org.mapfish.print.servlet.job.loader.ReportLoader
-
Reads a report from the URI and writes it to the output stream.
- loadStyle(Configuration, ClientHttpRequestFactory, String) - Method in class org.mapfish.print.map.style.StyleParser
-
Load style using one of the plugins or return Optional.empty().
- loadStyleAsURI(ClientHttpRequestFactory, String, Function<byte[], Optional<Style>>) - Static method in class org.mapfish.print.map.style.ParserPluginUtils
-
Load data using
Configuration.loadFile(String)
and using http. - LOCALE_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the locale.
- LocalHostMatcher - Class in org.mapfish.print.processor.http.matcher
-
Allows to check that a given URL is served by one of the local network interface or one of its aliases.
- LocalHostMatcher() - Constructor for class org.mapfish.print.processor.http.matcher.LocalHostMatcher
- lockUnits - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Force that the given unit is used (default: false).
- log(Exception, String) - Method in class org.mapfish.print.cli.CliServletContext
-
Deprecated.
- log(String) - Method in class org.mapfish.print.cli.CliServletContext
- log(String, Throwable) - Method in class org.mapfish.print.cli.CliServletContext
- log(String, Template, Values) - Static method in class org.mapfish.print.output.ValuesLogger
-
Log the values for the provided template.
- LoggingMetricsConfigurator - Class in org.mapfish.print.metrics
-
Utility class for adding metrics instrumentation to logging framework.
- LoggingMetricsConfigurator() - Constructor for class org.mapfish.print.metrics.LoggingMetricsConfigurator
- longitudeFirst - Variable in class org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
-
By default the normal axis order as specified in EPSG code will be used when parsing projections.
- longitudeFirst - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
By default the normal axis order as specified in EPSG code will be used when parsing projections.
- longitudeFirst - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
By default the normal axis order as specified in EPSG code will be used when parsing projections.
- lookup(String) - Static method in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Find the correct version enum object based on the version string.
- LOWER_SCALE - Enum constant in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Always choose the zoom-level that is just lower than the target value.
M
- M - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the meter unit.
- main(String[]) - Static method in class org.mapfish.print.cli.Main
-
Main method.
- main(String[]) - Static method in class org.mapfish.print.test.util.ImageSimilarity
- main(String[]) - Static method in class org.mapfish.print.WaitDB
-
A comment.
- Main - Class in org.mapfish.print.cli
-
A shell version of the MapPrinter.
- makeWmsGetLayerRequest(WmsLayerParam, URI, Dimension, double, double, ReferencedEnvelope) - Static method in class org.mapfish.print.map.image.wms.WmsUtilities
-
Make a WMS getLayer request and return the image read from the server.
- map - Variable in class org.mapfish.print.processor.map.AddStaticLayersProcessor.Input
-
The map to update with the static layers.
- map - Variable in class org.mapfish.print.processor.map.CreateMapPagesProcessor.Input
-
The required parameters for the map.
- map - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
The required parameters for the map.
- map - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
-
The map the north arrow is created for.
- map - Variable in class org.mapfish.print.processor.map.SetFeaturesProcessor.Input
-
The map to update.
- map - Variable in class org.mapfish.print.processor.map.SetStyleProcessor.Input
-
The map to update.
- map - Variable in class org.mapfish.print.processor.map.SetTiledWmsProcessor.Input
-
The map to update.
- map - Variable in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor.Input
-
The map to update.
- MapAttribute - Class in org.mapfish.print.attribute.map
-
The attributes for
CreateMapProcessor
(see !createMap processor). - MapAttribute() - Constructor for class org.mapfish.print.attribute.map.MapAttribute
- MapAttribute.MapAttributeValues - Class in org.mapfish.print.attribute.map
-
The value of
MapAttribute
. - MapAttribute.OverriddenMapAttributeValues - Class in org.mapfish.print.attribute.map
-
A wrapper around a
MapAttribute.MapAttributeValues
instance and anOverviewMapAttribute.OverviewMapAttributeValues
instance, which is used to render the overview map. - MapAttributeValues(Template) - Constructor for class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Constructor.
- MapAttributeValues(Template, Integer, Integer) - Constructor for class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Constructor.
- MapBounds - Class in org.mapfish.print.attribute.map
-
Class Represents the bounds of the map in some way.
- MapBounds(CoordinateReferenceSystem) - Constructor for class org.mapfish.print.attribute.map.MapBounds
-
Constructor.
- mapContext - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Output
-
The map parameters used after zooming and all other calculations that are made.
- mapContext - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Input
-
The map the scalebar is created for.
- MapExportOutputFormat - Class in org.mapfish.print.output
-
The MapExportOutputFormat class.
- MapExportOutputFormat() - Constructor for class org.mapfish.print.output.MapExportOutputFormat
- MapfishJsonStyleVersion1 - Class in org.mapfish.print.map.style.json
-
The strategy for parsing the Mapfish json style version 1.
- MapfishJsonStyleVersion2 - Class in org.mapfish.print.map.style.json
-
Support a more flexible json styling than that which is supported by version 1.
- MapfishMapContext - Class in org.mapfish.print.attribute.map
-
Utility class that adjusts the bounds and the map size in case a rotation is set.
- MapfishMapContext(MapBounds, Dimension, double, double, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- MapfishMapContext(MapBounds, Dimension, double, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- MapfishMapContext(MapfishMapContext, MapBounds, Dimension, double, double, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- MapfishMapContext(MapfishMapContext, MapBounds, Dimension, double, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- MapfishParser - Class in org.mapfish.print.parser
-
This class parses json parameter objects into the parameter object taken by
MapLayerFactoryPlugin
instances and intoReflectiveAttribute
value objects - MapfishPrintConstructor - Class in org.mapfish.print.config
-
The interface to SnakeYaml that is responsible for creating the different objects during parsing the config yaml files.
- MapfishPrintConstructor(ConfigurableApplicationContext) - Constructor for class org.mapfish.print.config.MapfishPrintConstructor
-
Constructor.
- MapfishPrintInstrumentedFilterContextListener - Class in org.mapfish.print.metrics
-
Allows the AdminServlet to get access to the MetricRegistry so it can display the statistics via the admin servlet.
- MapfishPrintInstrumentedFilterContextListener() - Constructor for class org.mapfish.print.metrics.MapfishPrintInstrumentedFilterContextListener
- MapfishStyleParserPlugin - Class in org.mapfish.print.map.style.json
-
Supports all style format.
- MapfishStyleParserPlugin() - Constructor for class org.mapfish.print.map.style.json.MapfishStyleParserPlugin
- MapLayer - Interface in org.mapfish.print.attribute.map
-
Encapsulates the data required to load map data for a layer and render it.
- MapLayer.LayerContext - Record Class in org.mapfish.print.attribute.map
-
To record all the data linked to a particular context of a Layer.
- MapLayer.RenderType - Enum Class in org.mapfish.print.attribute.map
-
Enumerated type to specify whether layer should be rendered as PNG, JPEG or SVG.
- MapLayerFactoryPlugin<PARAM> - Interface in org.mapfish.print.map
-
Parses layer request data and creates a MapLayer from it.
- MapPrinter - Class in org.mapfish.print
-
The main class for printing maps.
- MapPrinter() - Constructor for class org.mapfish.print.MapPrinter
- MapPrinterFactory - Interface in org.mapfish.print
-
Interface for a class that creates MapPrinters.
- MapPrinterServlet - Class in org.mapfish.print.servlet
-
The default servlet.
- MapPrinterServlet(JobManager, List<ReportLoader>, MapPrinterFactory, ApplicationContext, ServletInfo, MapPrinterFactory, MetricRegistry) - Constructor for class org.mapfish.print.servlet.MapPrinterServlet
- MAPSERVER - Enum constant in enum class org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
MapServer.
- mapSubReport - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Output
-
The path to the compiled sub-report for the map.
- MapUriProcessor - Class in org.mapfish.print.processor.http
-
This processor maps uris submitted to the
MfClientHttpRequestFactory
to a modified uri as specified by the mapping parameter. - MapUriProcessor() - Constructor for class org.mapfish.print.processor.http.MapUriProcessor
- marshal() - Method in interface org.mapfish.print.config.access.AccessAssertion
-
Encode the assertion as JSON for later loading.
- marshal() - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- marshal() - Method in class org.mapfish.print.config.access.AndAccessAssertion
- marshal() - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- marshal(AccessAssertion) - Method in class org.mapfish.print.config.access.AccessAssertionPersister
-
Marshal the assertion as a JSON object.
- matchers - Variable in class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
-
The matchers that choose if the processor is applied or not.
- matchers - Variable in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
The matchers that chooses if the processor is applied or not.
- matches(URI, HttpMethod) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
- matches(MatchInfo) - Method in class org.mapfish.print.http.HttpCredential
-
Returns true if this proxy should be used for the provided URI.
- matches(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.AcceptAllMatcher
- matches(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
- matches(MatchInfo) - Method in interface org.mapfish.print.processor.http.matcher.URIMatcher
-
Check if the uri is matching.
- matches(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
- MatchInfo - Class in org.mapfish.print.processor.http.matcher
-
Information required for performing a request match.
- matrices - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
Array of matrix ids.
- Matrix - Class in org.mapfish.print.map.tiled.wmts
-
A class representing a matrix.
- Matrix() - Constructor for class org.mapfish.print.map.tiled.wmts.Matrix
- matrixSet - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
Reference/Identifier to a tileMatrixSet and limits.
- matrixSize - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
A 2 dimensional array containing number of tiles in the matrix for the columns (0) and rows (1).
- maxExtent - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The maximum extent of the osm layer.
- MDC_APPLICATION_ID_KEY - Static variable in interface org.mapfish.print.processor.Processor
-
MDC key for the application ID.
- MDC_CONTEXT_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the MDC context of the current print job.
- MDC_JOB_ID_KEY - Static variable in interface org.mapfish.print.processor.Processor
-
MDC key for the job ID.
- mdcContext(Supplier<T>) - Method in class org.mapfish.print.processor.AbstractProcessor.Context
- mdcContext(Supplier<T>) - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
-
Set the MDC context while running the action.
- mdcContextEx(Callable<T>) - Method in class org.mapfish.print.processor.AbstractProcessor.Context
- mdcContextEx(Callable<T>) - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
-
Set the MDC context while running the action.
- mergeableParams - Variable in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Custom query parameters that can be merged if multiple layers are merged together into a single request.
- MergeDataSourceProcessor - Class in org.mapfish.print.processor.jasper
-
This processor combines DataSources and individual processor outputs (or attribute values) into a single DataSource which can be used in a jasper report's detail section.
- MergeDataSourceProcessor() - Constructor for class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
-
Constructor.
- MergeDataSourceProcessor.In - Class in org.mapfish.print.processor.jasper
-
The input object for
MergeDataSourceProcessor
. - MergeDataSourceProcessor.Out - Class in org.mapfish.print.processor.jasper
-
The output object for
MergeDataSourceProcessor
. - MergeDataSourceProcessor.Source - Class in org.mapfish.print.processor.jasper
-
Describes the objects used as sources for a merged data source (see !mergeDataSources processor).
- MergeDataSourceProcessor.SourceType - Enum Class in org.mapfish.print.processor.jasper
-
An enumeration of the different types of source objects.
- mergedDataSource - Variable in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Out
-
The resulting datasource.
- mergeImages(List<URI>, int, int) - Static method in class org.mapfish.print.test.util.ImageSimilarity
-
Merges a list of graphic files into a single graphic.
- method - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The HTTP verb to use for fetching the images.
- methodOnly() - Static method in class org.mapfish.print.metrics.MetricsNameStrategyFactory
-
Strategy for naming the http requests made for the metrics tracking.
- metricRegistry - Variable in class org.mapfish.print.servlet.job.Accounting
-
The registry for all the metrics.
- MetricsNameStrategyFactory - Class in org.mapfish.print.metrics
-
Used as a factory for the spring configuration for configuring the
InstrumentedHttpClients
. - MetricsRegistryContextListener - Class in org.mapfish.print.metrics
-
Allows the AdminServlet to get access to the MetricRegistry so it can display the statistics via the admin servlet.
- MetricsRegistryContextListener() - Constructor for class org.mapfish.print.metrics.MetricsRegistryContextListener
- MfClientHttpRequestFactory - Interface in org.mapfish.print.http
-
A http request factory that allows configuration callbacks to be registered, allowing low-level customizations to the request object.
- MfClientHttpRequestFactory.RequestConfigurator - Interface in org.mapfish.print.http
-
A Callback allowing low-level customizations to an http request created by this factory.
- MfClientHttpRequestFactoryImpl - Class in org.mapfish.print.http
-
Default implementation.
- MfClientHttpRequestFactoryImpl(int, int, int, int, int) - Constructor for class org.mapfish.print.http.MfClientHttpRequestFactoryImpl
-
Constructor.
- MfClientHttpRequestFactoryImpl.Request - Class in org.mapfish.print.http
-
A request that can be configured at a low level.
- MfClientHttpRequestFactoryImpl.Response - Class in org.mapfish.print.http
- MfClientHttpRequestFactoryProvider - Class in org.mapfish.print.processor.http
-
Used to be compatible with the InputOutputValues and be able change the MfClientHttpRequestFactory.
- MfClientHttpRequestFactoryProvider(MfClientHttpRequestFactory) - Constructor for class org.mapfish.print.processor.http.MfClientHttpRequestFactoryProvider
-
Construct.
- MfCredentialsProvider - Class in org.mapfish.print.http
-
A Route planner that obtains credentials from the configuration that is currently in
MfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION
. - MfCredentialsProvider() - Constructor for class org.mapfish.print.http.MfCredentialsProvider
- MfRoutePlanner - Class in org.mapfish.print.http
-
A Route planner that obtains proxies from the configuration that is currently in
MfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION
. - MfRoutePlanner() - Constructor for class org.mapfish.print.http.MfRoutePlanner
-
Constructor.
- MfSSLSocketFactory - Class in org.mapfish.print.http
-
A ssl socket factory that obtains the keystore from the current configuration.
- MfSSLSocketFactory() - Constructor for class org.mapfish.print.http.MfSSLSocketFactory
- MI - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the american mile unit.
- MIDDLE - Enum constant in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Middle.
- minMargin - Variable in class org.mapfish.print.attribute.map.ZoomToFeatures
-
The minimum margin (in px) from the features to the map border (default: 10).
- minScale - Variable in class org.mapfish.print.attribute.map.ZoomToFeatures
-
The minimum scale that the map is zoomed to.
- MINUTE - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the lat long minute unit.
- MissingPropertyException - Exception in org.mapfish.print
-
Indicates one or more properties are missing either from a config.yaml configuration file or from request json.
- MissingPropertyException(String, Map<String, Class<?>>, Set<String>) - Constructor for exception org.mapfish.print.MissingPropertyException
-
Constructor.
- MM - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the millimeter unit.
- MultiplicationFunction - Class in org.mapfish.print.map.geotools.function
-
A Function that multiplies the two values.
- MultiplicationFunction() - Constructor for class org.mapfish.print.map.geotools.function.MultiplicationFunction
-
Default constructor.
N
- name - Variable in class org.mapfish.print.attribute.LegendAttribute.LegendAttributeValue
-
Name of the legend class.
- name - Variable in class org.mapfish.print.FontTools.FontConfigDescription
-
The font name.
- name - Variable in class org.mapfish.print.map.AbstractLayerParams
-
The name of the layer.
- name - Variable in class org.mapfish.print.map.geotools.grid.GridFontParam
-
The name of the font.
- NAME - Static variable in class org.mapfish.print.Constants.Style.OverviewMap
-
The default style name for the bbox rectangle in the overview map.
- NAME - Static variable in class org.mapfish.print.Constants.Style.Raster
-
The default style name for raster layers.
- NAME - Static variable in class org.mapfish.print.map.geotools.function.MultiplicationFunction
-
The name of this function.
- NAME_LINES - Static variable in class org.mapfish.print.Constants.Style.Grid
-
The name of the grid feature type name.
- newInstance(Node) - Method in class org.mapfish.print.config.MapfishPrintConstructor
- NONE - Enum constant in enum class org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Do not show the Area of interest on the map.
- NoOpAuthenticationManager - Class in org.mapfish.print.servlet
-
A no-op AuthenticationManager.
- NoOpAuthenticationManager() - Constructor for class org.mapfish.print.servlet.NoOpAuthenticationManager
- northArrow - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
-
The parameters for the north arrow.
- NorthArrowAttribute - Class in org.mapfish.print.attribute
-
The attributes for
CreateNorthArrowProcessor
(see !createNorthArrow processor). - NorthArrowAttribute() - Constructor for class org.mapfish.print.attribute.NorthArrowAttribute
- NorthArrowAttribute.NorthArrowAttributeValues - Class in org.mapfish.print.attribute
-
The value of
NorthArrowAttribute
. - NorthArrowAttributeValues(Dimension, boolean) - Constructor for class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
-
Constructor.
- northArrowGraphic - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Output
-
The path to the north arrow graphic (for testing purposes).
- NorthArrowGraphic - Class in org.mapfish.print.processor.map
-
Takes care of scaling and rotating a graphic for the north-arrow.
- northArrowSubReport - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Output
-
The path to the compiled sub-report for the north arrow.
- NoSuchAppException - Exception in org.mapfish.print.servlet
-
An exception that is thrown when a client requests an "app" that does not exist.
- NoSuchReferenceException - Exception in org.mapfish.print.servlet.job
-
Exception thrown for invalid job references.
- NoSuchReferenceException(String) - Constructor for exception org.mapfish.print.servlet.job.NoSuchReferenceException
-
Constructor.
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- numberOfLegendRows - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Output
-
The number of rows in the legend.
- numberOfLines - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The x,y number of grid lines.
- numberOfTableRows - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Output
-
The number of rows in the table.
O
- ObjectMissingException - Exception in org.mapfish.print.wrapper
-
Thrown when an attribute is missing in the spec.
- ObjectMissingException(PElement, String) - Constructor for exception org.mapfish.print.wrapper.ObjectMissingException
-
Constructor.
- OGC_DPI - Static variable in class org.mapfish.print.Constants
-
The OGC standard dpi.
- OGC_PIXEL_SIZE - Static variable in class org.mapfish.print.Constants
-
The OGC standard pixel size in mm.
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.mapfish.print.ImageIOPluginScanner
-
Ensure that extensions for ImageIO (like the reader and writer for TIFF) are registered.
- OneOf - Annotation Interface in org.mapfish.print.parser
-
Indicates that the annotated field or one of the others in the same OneOf group is required.
- onJobCancel() - Method in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
To be called when a job is canceled.
- onJobCancel() - Method in class org.mapfish.print.servlet.job.HibernateAccounting.JobTracker
- onJobError() - Method in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
To be called when a job is on error.
- onJobError() - Method in class org.mapfish.print.servlet.job.HibernateAccounting.JobTracker
- onJobSuccess(PrintJob.PrintResult) - Method in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
To be called when a job is a success.
- onJobSuccess(PrintJob.PrintResult) - Method in class org.mapfish.print.servlet.job.HibernateAccounting.JobTracker
- opacity - Variable in class org.mapfish.print.map.AbstractLayerParams
-
The opacity of the image.
- OPACITY_PRECISION - Static variable in class org.mapfish.print.Constants
-
The amount of precision to use when comparing opacity levels.
- OpacitySettingStyleVisitor - Class in org.mapfish.print.map.geotools
-
Visits all elements in the style an multiplies the opacity of each element (where opacity applies) by the opacity factory passed in.
- OpacitySettingStyleVisitor(double) - Constructor for class org.mapfish.print.map.geotools.OpacitySettingStyleVisitor
-
Constructor.
- openConnection(URL) - Method in class org.mapfish.print.url.data.Handler
- openConnection(URL, Proxy) - Method in class org.mapfish.print.url.data.Handler
- opt(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
- opt(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- opt(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get the value for the key.
- opt(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- opt(String, T) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- opt(String, T) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Get a value from the registry or return the default if the value is not in the registry.
- optArray(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a array or null.
- optArray(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optArray(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or null.
- optArray(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optArray(String, PArray) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or default.
- optArray(String, PArray) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or default.
- optBool(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a boolean or null.
- optBool(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optBool(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or null.
- optBool(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optBool(String, Boolean) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a boolean or default value.
- optBool(String, Boolean) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or default value.
- optDouble(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a double or null.
- optDouble(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optDouble(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a double or defaultValue.
- optDouble(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optDouble(String, Double) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a double or defaultValue.
- optDouble(String, Double) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a double or defaultValue.
- optFloat(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a float or null.
- optFloat(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optFloat(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or null.
- optFloat(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optFloat(String, Float) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a float or Default value.
- optFloat(String, Float) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or Default value.
- optInt(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a int or null.
- optInt(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optInt(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or MIN_VALUE.
- optInt(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optInt(String, Integer) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an int or default value.
- optInt(String, Integer) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or default value.
- OptionalUtils - Class in org.mapfish.print
-
Utilities for Java's Optional class.
- optJSONArray(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a json array or null.
- optJSONArray(String, PJsonArray) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a json array or default.
- optJSONObject(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a json object or null.
- optLong(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
- optLong(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optLong(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or MIN_VALUE.
- optLong(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optLong(String, long) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an long or default value.
- optLong(String, long) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or default value.
- optObject(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a object or null.
- optObject(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optObject(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a object or null.
- optObject(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optObject(String, PObject) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or default.
- optObject(String, PObject) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a object or null.
- optString(String) - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get a property as a string or null.
- optString(String) - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- optString(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or null.
- optString(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- optString(String, String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a string or defaultValue.
- optString(String, String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or defaultValue.
- or(Supplier<Optional<? extends T>>...) - Static method in class org.mapfish.print.OptionalUtils
-
Return the first optional to be defined.
- or(Optional<T>, Optional<? extends T>) - Static method in class org.mapfish.print.OptionalUtils
-
Return the first optional to be defined.
- org.mapfish.print - package org.mapfish.print
-
The main mapfish print package.
- org.mapfish.print.attribute - package org.mapfish.print.attribute
-
Contains the attribute type and implementations.
- org.mapfish.print.attribute.map - package org.mapfish.print.attribute.map
-
Attributes related to map.
- org.mapfish.print.cli - package org.mapfish.print.cli
-
This package contains classes for the command-line interface.
- org.mapfish.print.config - package org.mapfish.print.config
-
Contains classes used for parsing Configuration.
- org.mapfish.print.config.access - package org.mapfish.print.config.access
-
The access package.
- org.mapfish.print.http - package org.mapfish.print.http
-
Package contains support classes for making https requests.
- org.mapfish.print.jasperreports - package org.mapfish.print.jasperreports
-
Json wrappers, errors and utilities.
- org.mapfish.print.map - package org.mapfish.print.map
-
Map rendering code and plugins.
- org.mapfish.print.map.geotools - package org.mapfish.print.map.geotools
-
Contains layers that are based on geotools DataStore objects.
- org.mapfish.print.map.geotools.function - package org.mapfish.print.map.geotools.function
-
Package containing Custom geotools functions for mapfish print.
- org.mapfish.print.map.geotools.grid - package org.mapfish.print.map.geotools.grid
-
This package contains classes for adding grid layers to maps.
- org.mapfish.print.map.image - package org.mapfish.print.map.image
-
This package contains classes related to layers that are based on a single image.
- org.mapfish.print.map.image.wms - package org.mapfish.print.map.image.wms
-
WMS layer and supporting classes.
- org.mapfish.print.map.style - package org.mapfish.print.map.style
-
Contains parsers for parsing styles for rendering layers.
- org.mapfish.print.map.style.json - package org.mapfish.print.map.style.json
-
Contains the classes required to support the different json based styles.
- org.mapfish.print.map.tiled - package org.mapfish.print.map.tiled
-
Contains map layer implementations that are based on loading one or more images from some service and construct a GridCoverage from the images.
- org.mapfish.print.map.tiled.osm - package org.mapfish.print.map.tiled.osm
-
Support for OSM map layers.
- org.mapfish.print.map.tiled.wms - package org.mapfish.print.map.tiled.wms
-
Support for tiled WMS map layers.
- org.mapfish.print.map.tiled.wmts - package org.mapfish.print.map.tiled.wmts
-
Classes required to get a raster from a WMTS server.
- org.mapfish.print.metrics - package org.mapfish.print.metrics
-
Utility classes for adding Metrics instrumentation to servlets or logging etc...
- org.mapfish.print.output - package org.mapfish.print.output
-
Classes responsible for writing the report to one type of format or another.
- org.mapfish.print.parser - package org.mapfish.print.parser
-
Contains code for parsing json into objects.
- org.mapfish.print.processor - package org.mapfish.print.processor
-
The parent package for processors.
- org.mapfish.print.processor.http - package org.mapfish.print.processor.http
-
This package contains processors that affect the
MfClientHttpRequestFactory
. - org.mapfish.print.processor.http.matcher - package org.mapfish.print.processor.http.matcher
-
Contains classes for performing matches on urls.
- org.mapfish.print.processor.jasper - package org.mapfish.print.processor.jasper
-
The package for processors depending on jasper and for creating jasper reports.
- org.mapfish.print.processor.map - package org.mapfish.print.processor.map
-
Package containing processors for generating maps.
- org.mapfish.print.processor.map.scalebar - package org.mapfish.print.processor.map.scalebar
-
Package containing classes for generating a scalebar.
- org.mapfish.print.servlet - package org.mapfish.print.servlet
-
Package containing the servlet code.
- org.mapfish.print.servlet.fileloader - package org.mapfish.print.servlet.fileloader
-
Contains extension point and extensions for loading configuration files and resources required for printing the reports described in those configuration files.
- org.mapfish.print.servlet.job - package org.mapfish.print.servlet.job
-
This package contains interfaces and implementations for executing print jobs in separate threads from the requesting threads.
- org.mapfish.print.servlet.job.impl - package org.mapfish.print.servlet.job.impl
-
This package contains interfaces and implementations for executing print jobs in separate threads from the requesting threads.
- org.mapfish.print.servlet.job.impl.hibernate - package org.mapfish.print.servlet.job.impl.hibernate
-
This package contains interfaces and implementations for executing print jobs in separate threads from the requesting threads.
- org.mapfish.print.servlet.job.loader - package org.mapfish.print.servlet.job.loader
-
This package contains classes that can load generated reports from various URLs.
- org.mapfish.print.servlet.registry - package org.mapfish.print.servlet.registry
-
Contains interfaces and implementation of the registry API.
- org.mapfish.print.test.util - package org.mapfish.print.test.util
-
Test utilities to be shared among dependent projects.
- org.mapfish.print.url.data - package org.mapfish.print.url.data
-
Package containing a data uri handler (needs to be nested like this to be picked up by the java.protocol.handler.pkgs system property).
- org.mapfish.print.wrapper - package org.mapfish.print.wrapper
-
Object (Json/Yaml) wrappers, errors and utilities.
- org.mapfish.print.wrapper.json - package org.mapfish.print.wrapper.json
-
Json wrappers, errors and utilities.
- org.mapfish.print.wrapper.multi - package org.mapfish.print.wrapper.multi
-
Wrappers from different sources, errors and utilities.
- org.mapfish.print.wrapper.yaml - package org.mapfish.print.wrapper.yaml
-
Yaml wrappers, errors and utilities.
- orientation - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The scalebar orientation.
- Orientation - Enum Class in org.mapfish.print.processor.map.scalebar
-
Specify a orientation for the labels and the bar.
- origin - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The x,y point of grid origin.
- OsmLayer - Class in org.mapfish.print.map.tiled.osm
-
Strategy object for rendering Osm based layers.
- OsmLayer(ForkJoinPool, StyleSupplier<GridCoverage2D>, OsmLayerParam, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.tiled.osm.OsmLayer
-
Constructor.
- OsmLayerParam - Class in org.mapfish.print.map.tiled.osm
-
The parameters for configuration an OSM layer.
- OsmLayerParam() - Constructor for class org.mapfish.print.map.tiled.osm.OsmLayerParam
- OsmLayerParserPlugin - Class in org.mapfish.print.map.tiled.osm
-
Renders OpenStreetMap or other tiled layers.
- OsmLayerParserPlugin() - Constructor for class org.mapfish.print.map.tiled.osm.OsmLayerParserPlugin
- Out(JRDataSource) - Constructor for class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Out
-
Constructor.
- output - Variable in class org.mapfish.print.cli.CliDefinition
-
The destination file.
- Output(DateFormat) - Constructor for class org.mapfish.print.processor.jasper.DateFormatProcessor.Output
-
Constructor.
- Output(JRDataSource) - Constructor for class org.mapfish.print.processor.jasper.DataSourceProcessor.Output
-
Constructor for setting the table data.
- OUTPUT_FILENAME_KEY - Static variable in class org.mapfish.print.Constants
-
The output filename in the json spec file.
- OUTPUT_FORMAT_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the output format.
- outputFormat - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
The output format.
- OutputFormat - Interface in org.mapfish.print.output
-
Interface for exporting the generated PDF from MapPrinter.
- overlap - Variable in class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
-
The amount that each page/sub-map should overlap each other.
- OverriddenMapAttributeValues(MapAttribute.MapAttributeValues, OverviewMapAttribute.OverviewMapAttributeValues, Template) - Constructor for class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
-
Constructor.
- overviewMap - Variable in class org.mapfish.print.processor.map.CreateOverviewMapProcessor.Input
-
Optional parameters for the overview map which allow to override parameters of the main map.
- OverviewMapAttribute - Class in org.mapfish.print.attribute.map
-
The attributes for an overview map (see !createOverviewMap processor).
- OverviewMapAttribute() - Constructor for class org.mapfish.print.attribute.map.OverviewMapAttribute
- OverviewMapAttribute.OverviewMapAttributeValues - Class in org.mapfish.print.attribute.map
-
The value of
MapAttribute
. - OverviewMapAttributeValues(Template) - Constructor for class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
Constructor.
- OverviewMapAttributeValues(Template, Integer, Integer) - Constructor for class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
Constructor.
- overviewMapSubReport - Variable in class org.mapfish.print.processor.map.CreateOverviewMapProcessor.Output
-
The path to the compiled sub-report for the overview map.
P
- PAbstractObject - Class in org.mapfish.print.wrapper
-
Abstract class for PObject implementation.
- PAbstractObject(PElement, String) - Constructor for class org.mapfish.print.wrapper.PAbstractObject
-
Constructor.
- padding - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The padding around the scalebar (in pixel).
- paging - Variable in class org.mapfish.print.processor.map.CreateMapPagesProcessor.Input
-
Attributes that define how each page/sub-map will be generated.
- PagingAttribute - Class in org.mapfish.print.attribute.map
-
Attribute that defines how a map is displayed across many pages.
- PagingAttribute() - Constructor for class org.mapfish.print.attribute.map.PagingAttribute
- PagingAttribute.PagingProcessorValues - Class in org.mapfish.print.attribute.map
-
Values object for this attribute type.
- PagingProcessorValues() - Constructor for class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
- paintArea - Variable in class org.mapfish.print.map.tiled.TileInformation
-
the area to paint.
- Param() - Constructor for class org.mapfish.print.processor.http.ForwardHeadersProcessor.Param
- PArray - Interface in org.mapfish.print.wrapper
-
Array wrapper interface for Json and Yaml parsing.
- parse(boolean, PObject, Object, String...) - Static method in class org.mapfish.print.parser.MapfishParser
-
Populate the param object by obtaining the values from the like names values in the request data object.
- parse(Template, FeatureLayer.FeatureLayerParam) - Method in class org.mapfish.print.map.geotools.FeatureLayer.Plugin
- parse(Template, GeoJsonLayer.GeoJsonParam) - Method in class org.mapfish.print.map.geotools.GeoJsonLayer.Plugin
- parse(Template, GeotiffLayer.GeotiffParam) - Method in class org.mapfish.print.map.geotools.GeotiffLayer.Plugin
- parse(Template, GmlLayer.GmlParam) - Method in class org.mapfish.print.map.geotools.GmlLayer.Plugin
- parse(Template, GridParam) - Method in class org.mapfish.print.map.geotools.grid.GridLayerPlugin
- parse(Template, ImageLayer.ImageParam) - Method in class org.mapfish.print.map.image.ImageLayer.ImageLayerPlugin
- parse(Template, WmsLayerParam) - Method in class org.mapfish.print.map.image.wms.WmsLayerFactoryPlugin
- parse(Template, OsmLayerParam) - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParserPlugin
- parse(Template, TiledWmsLayerParam) - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParserPlugin
- parse(Template, WMTSLayerParam) - Method in class org.mapfish.print.map.tiled.wmts.WmtsLayerParserPlugin
- parse(Template, PARAM) - Method in interface org.mapfish.print.map.MapLayerFactoryPlugin
-
Inspect the json data and return Optional<MapLayer> or Optional.absent().
- parseAttribute(Template, PArray) - Method in class org.mapfish.print.attribute.DataSourceAttribute
- parsePrimitive(String, PrimitiveAttribute<?>, PObject) - Static method in class org.mapfish.print.parser.MapfishParser
-
Get the value of a primitive type from the request data.
- parseProjection() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Parse the projection from a string.
- parseProjection(String, Boolean) - Static method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Parse the given projection.
- parser - Variable in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
-
A parser for parsing styles.
- ParserPluginUtils - Class in org.mapfish.print.map.style
-
Utilities for creating parser plugins.
- ParserUtils - Class in org.mapfish.print.parser
-
Utility method for getting and setting parameters on Processor Input and Output objects.
- parseSpec(String) - Static method in class org.mapfish.print.MapPrinter
-
Parse the JSON string and return the object.
- parseStyle(Configuration, ClientHttpRequestFactory, String) - Method in class org.mapfish.print.map.style.json.MapfishStyleParserPlugin
- parseStyle(Configuration, ClientHttpRequestFactory, String) - Method in class org.mapfish.print.map.style.SLDParserPlugin
- parseStyle(Configuration, ClientHttpRequestFactory, String) - Method in interface org.mapfish.print.map.style.StyleParserPlugin
-
Using the string load a style.
- pathRegex - Variable in class org.mapfish.print.processor.http.matcher.HostMatcher
-
A regex that will be ran against the host name.
- PC - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the pica unit.
- PDF_CONFIG_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the values object for the
PDFConfig
object. - PDF_DPI - Static variable in class org.mapfish.print.Constants
-
The DPI of a PDF according to the spec.
- pdfA - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Whether to merge all layers into one.
- pdfConfig - Variable in class org.mapfish.print.processor.PdfConfigurationProcessor.In
-
The pdf configuration object.
- PDFConfig - Class in org.mapfish.print.config
-
A Configuration object for containing metadata that will be embedded in the PDF and parameters to use when encoding the PDF.
- PDFConfig() - Constructor for class org.mapfish.print.config.PDFConfig
- PdfConfigurationProcessor - Class in org.mapfish.print.processor
-
This processor allows the dynamic configuration of the
PDFConfig
object by obtaining data from attributes. - PdfConfigurationProcessor() - Constructor for class org.mapfish.print.processor.PdfConfigurationProcessor
-
Constructor.
- PdfConfigurationProcessor.In - Class in org.mapfish.print.processor
-
The input parameters object.
- PdfConfigurationProcessor.Update - Class in org.mapfish.print.processor
-
The object that defines how to update the
PDFConfig
(see !updatePdfConfig processor). - PElement - Class in org.mapfish.print.wrapper
-
Common parent class for the Json and Yaml wrappers.
- PElement(PElement, String) - Constructor for class org.mapfish.print.wrapper.PElement
-
Constructor.
- PJoinedArray - Class in org.mapfish.print.wrapper
-
PArray that is consists of several PArray objects merged together.
- PJoinedArray(PArray[]) - Constructor for class org.mapfish.print.wrapper.PJoinedArray
-
Constructor.
- PJsonArray - Class in org.mapfish.print.wrapper.json
-
Wrapper around the
JSONArray
class to have a better error management. - PJsonArray(PElement, JSONArray, String) - Constructor for class org.mapfish.print.wrapper.json.PJsonArray
-
Constructor.
- PJsonObject - Class in org.mapfish.print.wrapper.json
-
Wrapper around the
JSONObject
class to have a better error management. - PJsonObject(JSONObject, String) - Constructor for class org.mapfish.print.wrapper.json.PJsonObject
-
Constructor.
- PJsonObject(PElement, JSONObject, String) - Constructor for class org.mapfish.print.wrapper.json.PJsonObject
-
Constructor.
- PJsonObjectUserType - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Hibernate User Type for PJson object.
- PJsonObjectUserType() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- PlaceHolderImageTask(BufferedImage, int, int) - Constructor for class org.mapfish.print.map.tiled.CoverageTask.PlaceHolderImageTask
-
Constructor.
- PLAIN - Enum constant in enum class org.mapfish.print.map.geotools.grid.FontStyle
-
The plain style.
- platformIndependentUriToFile(URI) - Static method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
-
Convert a url to a file object.
- Plugin() - Constructor for class org.mapfish.print.map.geotools.FeatureLayer.Plugin
-
Constructor.
- Plugin() - Constructor for class org.mapfish.print.map.geotools.GeoJsonLayer.Plugin
-
Constructor.
- Plugin() - Constructor for class org.mapfish.print.map.geotools.GeotiffLayer.Plugin
- Plugin() - Constructor for class org.mapfish.print.map.geotools.GmlLayer.Plugin
-
Constructor.
- PMultiObject - Class in org.mapfish.print.wrapper.multi
-
Object wrapper for Yaml parsing.
- PMultiObject(PObject[]) - Constructor for class org.mapfish.print.wrapper.multi.PMultiObject
-
Constructor.
- PNG - Enum constant in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Render as PNG.
- PObject - Interface in org.mapfish.print.wrapper
-
Object wrapper interface for Json and Yaml parsing.
- POINT_SIZE - Static variable in class org.mapfish.print.Constants.Style
- PointGridStyle - Class in org.mapfish.print.map.geotools.grid
-
Creates the Named LineGridStyle.
- POINTS - Enum constant in enum class org.mapfish.print.map.geotools.grid.GridType
-
Represents a Grid that consists of points where the lines would intersect if the grid was a set of lines.
- pointsInLine - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The number of points that will be in the grid line (if the gridType is LINES).
- poll(int) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Poll for the next N waiting jobs in line.
- populateFromAttributes(Template, Map<String, Attribute>, PObject) - Method in class org.mapfish.print.output.Values
-
Process the requestJsonAttributes using the attributes and the MapfishParser and add all resulting values to this values object.
- populateInputParameter(Processor<IN, OUT>, Values) - Static method in class org.mapfish.print.processor.ProcessorUtils
-
Create the input object required by the processor and populate all the fields from the values object.
- port - Variable in class org.mapfish.print.processor.http.matcher.HostMatcher
-
The request port.
- POST_CONSTRUCT_METHOD_NAME - Static variable in class org.mapfish.print.parser.MapfishParser
- postConstruct() - Method in class org.mapfish.print.attribute.map.AreaOfInterest
-
Tests that the area is valid geojson, the style ref is valid or null and the display is non-null.
- postConstruct() - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Validate the values provided by the request data and construct MapBounds and parse the layers.
- postConstruct() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- postConstruct() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- postConstruct() - Method in class org.mapfish.print.attribute.NorthArrowAttribute.NorthArrowAttributeValues
-
Initialize default values and validate that the config is correct.
- postConstruct() - Method in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Initialize default values and validate that the config is correct.
- postConstruct() - Method in class org.mapfish.print.map.geotools.grid.GridFontParam
-
Initialize default values and validate that config is correct.
- postConstruct() - Method in class org.mapfish.print.map.geotools.grid.GridParam
-
Initialize default values and validate that config is correct.
- postConstruct() - Method in class org.mapfish.print.map.image.ImageLayer.ImageParam
-
Validate the properties have the correct values.
- postConstruct() - Method in class org.mapfish.print.map.image.wms.WmsLayerParam
-
Validate some of the properties of this layer.
- postConstruct() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
Validate the properties have the correct values.
- postConstruct() - Method in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
- postConstruct() - Method in class org.mapfish.print.map.tiled.wmts.Matrix
-
Validate the properties have the correct values.
- postConstruct() - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
Validate some of the properties of this layer.
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Cache any needed resources on disk.
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.image.wms.WmsLayer
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
- PREFIX - Static variable in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- PREFIX - Static variable in class org.mapfish.print.servlet.fileloader.FileConfigFileLoader
- PREFIX - Static variable in class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- PREFIX_LENGTH - Static variable in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- PREFIX_LENGTH - Static variable in class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- prepareLayerRendering(MapfishMapContext, Graphics2D, MapContent, StreamingRenderer, RenderingHints, ExecutorService) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Render the layer to the graphics2D object.
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.geotools.FeatureLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.geotools.GeoJsonLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.geotools.GeotiffLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.geotools.GmlLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.image.ImageLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.image.wms.WmsLayer
- prepareRender(MapfishMapContext, MfClientHttpRequestFactory) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
-
Create the tile information and return its ImageBufferingScaling.
- PrimitiveAttribute<VALUE> - Class in org.mapfish.print.attribute
-
A type of attribute whose value is a primitive type.
- PrimitiveAttribute(Class<VALUE>) - Constructor for class org.mapfish.print.attribute.PrimitiveAttribute
-
Constructor.
- print - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
The print information for Jasper.
- print(Map<String, String>, PJsonObject, OutputStream) - Method in class org.mapfish.print.MapPrinter
-
Start a print.
- print(Map<String, String>, PJsonObject, Configuration, File, File, OutputStream) - Method in class org.mapfish.print.output.AbstractJasperReportOutputFormat
- print(Map<String, String>, PJsonObject, Configuration, File, File, OutputStream) - Method in class org.mapfish.print.output.MapExportOutputFormat
- print(Map<String, String>, PJsonObject, Configuration, File, File, OutputStream) - Method in interface org.mapfish.print.output.OutputFormat
-
Performs the print and writes to the report in the correct format to the outputStream.
- printClientConfig(JSONWriter) - Method in class org.mapfish.print.config.Configuration
-
Print out the configuration that the client needs to make a request.
- printClientConfig(JSONWriter) - Method in class org.mapfish.print.config.Template
-
Print out the template information that the client needs for performing a request.
- printClientConfig(JSONWriter) - Method in class org.mapfish.print.MapPrinter
-
Use by /info.json to generate its returned content.
- printClientConfig(JSONWriter, Template) - Method in interface org.mapfish.print.attribute.Attribute
-
Write this attribute out the the json writer so that clients can know what attributes are expected.
- printClientConfig(JSONWriter, Template) - Method in class org.mapfish.print.attribute.DataSourceAttribute
- printClientConfig(JSONWriter, Template) - Method in class org.mapfish.print.attribute.JsonDatasourceAttribute
- printClientConfig(JSONWriter, Template) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- printClientConfig(JSONWriter, Template) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Uses reflection on the object created by
ReflectiveAttribute.createValue(Template)
to create the options. - PrintException - Exception in org.mapfish.print
-
Base exception for printing problems.
- PrintException(String) - Constructor for exception org.mapfish.print.PrintException
-
Construct exception.
- PrintException(String, Throwable) - Constructor for exception org.mapfish.print.PrintException
-
Constructor.
- PrintJob - Class in org.mapfish.print.servlet.job
-
The information for printing a report.
- PrintJob() - Constructor for class org.mapfish.print.servlet.job.PrintJob
- PrintJob.PrintAction - Interface in org.mapfish.print.servlet.job
-
Interface encapsulating the code to run with the open output stream.
- PrintJob.PrintResult - Class in org.mapfish.print.servlet.job
-
Holds the info that goes with the result of a print.
- PrintJobDao - Class in org.mapfish.print.servlet.job.impl.hibernate
-
JobEntryDao.
- PrintJobDao() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
- PrintJobEntry - Interface in org.mapfish.print.servlet.job
-
Print Job Entry.
- PrintJobEntryImpl - Class in org.mapfish.print.servlet.job.impl
-
Print Job Entry.
- PrintJobEntryImpl() - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
-
Constructor.
- PrintJobEntryImpl(String, PJsonObject, long) - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
-
Constructor.
- PrintJobEntryImpl(String, PJsonObject, long, AccessAssertion) - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
-
Constructor.
- PrintJobResult - Interface in org.mapfish.print.servlet.job
-
Print Job Result.
- PrintJobResultExtImpl - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Extension of Print Job Result that holds data as BLOB.
- PrintJobResultExtImpl() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PrintJobResultExtImpl
-
Default Constructor.
- PrintJobResultExtImpl(URI, String, String, String, byte[], String) - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PrintJobResultExtImpl
-
Constructor.
- PrintJobResultImpl - Class in org.mapfish.print.servlet.job.impl
-
Print Job Result.
- PrintJobResultImpl() - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
-
Default Constructor.
- PrintJobResultImpl(URI, String, String, String, String) - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobResultImpl
-
Constructor.
- PrintJobStatus - Interface in org.mapfish.print.servlet.job
-
Print Job Status.
- PrintJobStatus.Status - Enum Class in org.mapfish.print.servlet.job
-
The status type.
- PrintJobStatusExtImpl - Class in org.mapfish.print.servlet.job.impl.hibernate
-
Extension of PrintJob Status that holds last check time.
- PrintJobStatusExtImpl() - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PrintJobStatusExtImpl
-
Constructor.
- PrintJobStatusExtImpl(PrintJobEntry, long) - Constructor for class org.mapfish.print.servlet.job.impl.hibernate.PrintJobStatusExtImpl
-
Constructor.
- PrintJobStatusImpl - Class in org.mapfish.print.servlet.job.impl
-
Represent a print job that has completed.
- PrintJobStatusImpl() - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
-
Constructor.
- PrintJobStatusImpl(PrintJobEntry, long) - Constructor for class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
-
Constructor.
- PrintResult(long, Processor.ExecutionContext) - Constructor for class org.mapfish.print.servlet.job.PrintJob.PrintResult
-
Constructor.
- Processor<IN,
OUT> - Interface in org.mapfish.print.processor -
Interface for processing input attributes.
- Processor.ExecutionContext - Interface in org.mapfish.print.processor
-
An execution context for a specific print task.
- ProcessorDependency - Class in org.mapfish.print.processor
-
Models a dependency between two processors.
- ProcessorDependency(Class<? extends Processor<?, ?>>, Class<? extends Processor<?, ?>>) - Constructor for class org.mapfish.print.processor.ProcessorDependency
-
Constructor.
- ProcessorDependency(Class<? extends Processor<?, ?>>, Class<? extends Processor<?, ?>>, Set<String>) - Constructor for class org.mapfish.print.processor.ProcessorDependency
-
Constructor.
- ProcessorDependencyGraph - Class in org.mapfish.print.processor
-
Represents a graph of the processors dependencies.
- ProcessorDependencyGraph.ProcessorGraphForkJoinTask - Class in org.mapfish.print.processor
-
A ForkJoinTask that will create ForkJoinTasks from each root and run each of them.
- ProcessorDependencyGraphFactory - Class in org.mapfish.print.processor
-
Class for constructing
ProcessorDependencyGraph
instances. - ProcessorDependencyGraphFactory() - Constructor for class org.mapfish.print.processor.ProcessorDependencyGraphFactory
- ProcessorExecutionContext - Class in org.mapfish.print.processor
-
Contains information shared across all nodes being executed.
- ProcessorExecutionContext(Values) - Constructor for class org.mapfish.print.processor.ProcessorExecutionContext
-
Constructor.
- ProcessorGraphNode<IN,
OUT> - Class in org.mapfish.print.processor -
Represents one node in the Processor dependency graph (
ProcessorDependencyGraph
). - ProcessorGraphNode(Processor<IN, OUT>, MetricRegistry) - Constructor for class org.mapfish.print.processor.ProcessorGraphNode
-
Constructor.
- ProcessorGraphNode.ProcessorNodeForkJoinTask<In,
Out> - Class in org.mapfish.print.processor -
A ForkJoinTask that will run the processor and all of its dependencies.
- ProcessorUtils - Class in org.mapfish.print.processor
-
Shared methods for working with processor.
- projection - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
The projection of the map.
- ProvideAttributes - Interface in org.mapfish.print.processor
-
Processor that provide attributes.
- PT - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the point unit.
- put(String, Number) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- put(String, Number) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a number in the registry.
- put(String, Object) - Method in class org.mapfish.print.output.Values
-
Put a new value in map.
- put(String, String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- put(String, String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a string in the registry.
- put(String, URI) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- put(String, URI) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a URI in the registry.
- put(String, JSONObject) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- put(String, JSONObject) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a json object in the registry.
- PX - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the pixel unit.
- PYamlArray - Class in org.mapfish.print.wrapper.yaml
-
Array wrapper for Yaml parsing.
- PYamlArray(PElement, List<Object>, String) - Constructor for class org.mapfish.print.wrapper.yaml.PYamlArray
-
Constructor.
- PYamlObject - Class in org.mapfish.print.wrapper.yaml
-
Object wrapper for Yaml parsing.
- PYamlObject(Map<String, Object>, String) - Constructor for class org.mapfish.print.wrapper.yaml.PYamlObject
-
Constructor.
- PYamlObject(PElement, Map<String, Object>, String) - Constructor for class org.mapfish.print.wrapper.yaml.PYamlObject
-
Constructor.
Q
- QGISSERVER - Enum constant in enum class org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
QGIS Server.
- querylessUrlAndMethod() - Static method in class org.mapfish.print.metrics.MetricsNameStrategyFactory
-
Strategy for naming the http requests made for the metrics tracking.
- quotePart(String) - Static method in class org.mapfish.print.StatsUtils
-
Convert the given name into a proper metric part (what lies between dots).
R
- rasterStyle - Variable in class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
The name of the style (in Configuration or Template) to use when drawing the layer to the map.
- recalculateBounds() - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Recalculate the bounds after center or bounds have changed.
- recordUnhealthyCounter(String) - Method in class org.mapfish.print.metrics.UnhealthyCountersHealthCheck
-
To record a counter which might make the server unhealthy if its count is not zero.
- recordUnhealthyProblem(String, String) - Method in class org.mapfish.print.metrics.UnhealthyCountersHealthCheck
-
Records an unhealthy problem by incrementing a counter for the given class and description.
- rectangleDoubleToDimension(Rectangle2D.Double) - Static method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Round the size of a rectangle with double values.
- ReflectiveAttribute<VALUE> - Class in org.mapfish.print.attribute
-
Used for attribute that can have defaults specified in the YAML config file.
- ReflectiveAttribute() - Constructor for class org.mapfish.print.attribute.ReflectiveAttribute
- REGENERATE_EXPECTED_IMAGES - Static variable in class org.mapfish.print.test.util.ImageSimilarity
- RegexpUtil - Class in org.mapfish.print
-
Regular Expression utilities.
- register(MfClientHttpRequestFactory.RequestConfigurator) - Method in class org.mapfish.print.http.AbstractMfClientHttpRequestFactoryWrapper
- register(MfClientHttpRequestFactory.RequestConfigurator) - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
- register(MfClientHttpRequestFactory.RequestConfigurator) - Method in interface org.mapfish.print.http.MfClientHttpRequestFactory
-
Register a callback for config using a http request.
- register(ClientHttpRequest) - Method in class org.mapfish.print.http.HttpRequestFetcher
-
Register a http request for caching.
- registerHealthCheck() - Method in class org.mapfish.print.metrics.HealthCheckingRegistry
- registry - Variable in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
The metrics object.
- Registry - Interface in org.mapfish.print.servlet.registry
-
A variable store for sharing common values across all nodes in a cluster.
- RegistryJobQueue - Class in org.mapfish.print.servlet.job.impl
-
Job Queue that uses Registry.
- RegistryJobQueue() - Constructor for class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- remove(String) - Method in class org.mapfish.print.output.Values
-
Remove a value from this object.
- removeAttribute(String) - Method in class org.mapfish.print.cli.CliServletContext
- removeDirectory(File) - Method in class org.mapfish.print.config.WorkingDirectories
-
Deletes the given directory.
- render(Graphics2D, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Render the layer to the graphics2D object.
- render(Graphics2D, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- render(Graphics2D, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext, MapLayer.LayerContext) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- render(MapfishMapContext, ScalebarAttribute.ScalebarAttributeValues, File, Template) - Method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Render the scalebar.
- RENDER - Enum constant in enum class org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Draw the entire map and render the AOI polygon on the map.
- renderAsSvg - Variable in class org.mapfish.print.attribute.map.AreaOfInterest
-
If true the Area of Interest will be rendered as SVG (if display == RENDER).
- renderAsSvg - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Indicates if the scalebar graphic is rendered as SVG (will default to
Configuration.defaultToSvg
). - renderAsSvg - Variable in class org.mapfish.print.map.geotools.AbstractVectorLayerParam
-
Indicates if the layer is rendered as SVG.
- renderAsSvg - Variable in class org.mapfish.print.map.geotools.FeatureLayer.FeatureLayerParam
-
Indicates if the layer is rendered as SVG.
- renderAsSvg - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
Indicates if the layer is rendered as SVG.
- renderAsSvg(Boolean) - Method in class org.mapfish.print.config.Configuration
-
Either use the provided value (renderAsSvg) or if it is null then use
Configuration.defaultToSvg
. - replace(Object, Object, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- replace(Object, Object, Object) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- replaceLayer(int, MapLayer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Replace a layer with another.
- REPORT_LOCALE - Variable in class org.mapfish.print.processor.jasper.DateFormatProcessor.Input
-
The values.
- REPORT_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to create a print task and to get a finished print.
- ReportLoader - Interface in org.mapfish.print.servlet.job.loader
-
Load a generated report from a supported URI.
- ReportStorage - Interface in org.mapfish.print.config
-
Configuration on how to store the reports until the user fetches them.
- requestEncoding - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The way to make the requests.
- RequestEncoding - Enum Class in org.mapfish.print.map.tiled.wmts
-
The types of encoding to use when making http requests.
- requestHeaders - Variable in class org.mapfish.print.attribute.HttpRequestHeadersAttribute.Value
-
The headers from the request.
- requestHeaders - Variable in class org.mapfish.print.processor.http.ForwardHeadersProcessor.Param
-
The http headers from the print request.
- RequestSizeFilter - Class in org.mapfish.print.servlet
-
Filter which checks the content size of requests.
- RequestSizeFilter() - Constructor for class org.mapfish.print.servlet.RequestSizeFilter
- RequireAttributes - Interface in org.mapfish.print.processor
-
Processor that requires attribute.
- Requires - Annotation Interface in org.mapfish.print.parser
-
Indicates that if one field in a value/param object, then one or more other attributes are required.
- resolutions - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The allowed resolutions for this layer.
- resolutionTolerance - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The amount of difference between a resolution and a target resolution to consider the two equal.
- resolve(MfClientHttpRequestFactory, String) - Method in class org.mapfish.print.processor.jasper.HttpImageResolver
- resolve(MfClientHttpRequestFactory, String) - Method in interface org.mapfish.print.processor.jasper.TableColumnConverter
-
Convert the value.
- resolveFiles(URI) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
-
Load the files referenced by the id (in the case of a classpath uri it could references several files, although normally it will only reference one).
- resolveFiles(URI) - Method in class org.mapfish.print.servlet.fileloader.FileConfigFileLoader
- resolveFiles(URI) - Method in class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- ResourceBundleClassLoader - Class in org.mapfish.print.output
-
This is used to load the utf-8 ResourceBundle files.
- ResourceBundleClassLoader(File) - Constructor for class org.mapfish.print.output.ResourceBundleClassLoader
-
Construct.
- REST - Enum constant in enum class org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Use Rest format for encoding the WMTS tile parameters.
- RestrictUrisProcessor - Class in org.mapfish.print.processor.http
-
This processor check urls against a set of url matchers to see if the request should be allowed or rejected.
- RestrictUrisProcessor() - Constructor for class org.mapfish.print.processor.http.RestrictUrisProcessor
- returnedClass() - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- returnedClass() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- RIGHT - Enum constant in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Right.
- RoleAccessAssertion - Class in org.mapfish.print.config.access
-
An access assertion that verifies that the current user has the required roles.
- RoleAccessAssertion() - Constructor for class org.mapfish.print.config.access.RoleAccessAssertion
- rotateLabels - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
If true (the default), the labels will be rotated to follow the lines they belong to.
- rotation - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
The rotation of the map.
- run(OutputStream) - Method in interface org.mapfish.print.servlet.job.PrintJob.PrintAction
-
Execute the action.
- runMain(String[]) - Static method in class org.mapfish.print.cli.Main
-
Runs the print.
- RUNNING - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
The job is currently being processed.
S
- S3ReportStorage - Class in org.mapfish.print.config
-
Configuration for storing the reports in a S3 compatible storage.
- S3ReportStorage() - Constructor for class org.mapfish.print.config.S3ReportStorage
- save(String, String, String, String, File) - Method in interface org.mapfish.print.config.ReportStorage
-
Save the report in the storage.
- save(String, String, String, String, File) - Method in class org.mapfish.print.config.S3ReportStorage
- save(PrintJobStatusExtImpl) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Save Job Record.
- saveSvgFile(SVGGraphics2D, File) - Static method in class org.mapfish.print.processor.map.CreateMapProcessor
-
Save an SVG graphic to the given path.
- scale - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
If center is defined then this is the scale of the map centered at center.
- scale - Variable in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
If
center
is defined then this is the scale of the map centered atcenter
. - scale - Variable in class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
-
The scale denominator for each page/sub-map.
- scale() - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Returns the value of the
scale
record component. - Scale - Class in org.mapfish.print.map
-
Represent a scale and provide transformation.
- Scale(double, CoordinateReferenceSystem, double) - Constructor for class org.mapfish.print.map.Scale
-
Constructor.
- Scale(double, DistanceUnit, double) - Constructor for class org.mapfish.print.map.Scale
-
Constructor.
- scalebar - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Input
-
The parameters for the scalebar.
- ScalebarAttribute - Class in org.mapfish.print.attribute
-
The attributes for
CreateScalebarProcessor
(see !createScalebar processor). - ScalebarAttribute() - Constructor for class org.mapfish.print.attribute.ScalebarAttribute
- ScalebarAttribute.ScalebarAttributeValues - Class in org.mapfish.print.attribute
-
The value of
ScalebarAttribute
. - ScalebarAttributeValues(Dimension, boolean) - Constructor for class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Constructor.
- ScalebarDrawer - Class in org.mapfish.print.processor.map.scalebar
-
Base class for drawing a scale bar.
- ScalebarDrawer(Graphics2D, ScaleBarRenderSettings) - Constructor for class org.mapfish.print.processor.map.scalebar.ScalebarDrawer
-
Constructor.
- scalebarGraphic - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Output
-
The path to the scalebar graphic (for testing purposes).
- ScalebarGraphic - Class in org.mapfish.print.processor.map.scalebar
-
Creates a scalebar graphic.
- ScalebarGraphic() - Constructor for class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
- ScaleBarRenderSettings - Class in org.mapfish.print.processor.map.scalebar
-
Parameters to render a scalebar.
- ScaleBarRenderSettings() - Constructor for class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- scalebarSubReport - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Output
-
The path to the compiled sub-report for the scalebar.
- scaleDenominator - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
The scale denominator of the matrix.
- search(Scale, double, ZoomLevels) - Method in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Search the provided zoomLevels for the scale that is the closest according to the current strategy.
- SECOND - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the lat long second unit.
- serverType - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The server type ("mapserver", "geoserver" or "qgisserver").
- ServletConfigFileLoader - Class in org.mapfish.print.servlet.fileloader
-
A plugin that loads the config resources from urls starting with prefix: "servlet"://.
- ServletConfigFileLoader() - Constructor for class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- ServletInfo - Interface in org.mapfish.print.servlet
-
Provides information about the current servlet.
- ServletMapPrinterFactory - Class in org.mapfish.print.servlet
-
A
MapPrinterFactory
that reads configuration from files and uses servlet's methods for resolving the paths to the files. - ServletMapPrinterFactory() - Constructor for class org.mapfish.print.servlet.ServletMapPrinterFactory
- set(MfClientHttpRequestFactory) - Method in class org.mapfish.print.processor.http.MfClientHttpRequestFactoryProvider
-
Set the value.
- setAbandonedTimeout(int) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setAccess(List<String>) - Method in class org.mapfish.print.config.Configuration
-
The roles required to access this configuration/app.
- setAccess(List<String>) - Method in class org.mapfish.print.config.Template
-
The roles required to access this template.
- setAccess(AccessAssertion) - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- setAccessKey(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
To set the access key.
- setAll(boolean) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
-
If set to true then all headers are forwarded.
- setAllowedReferers(List<? extends URIMatcher>) - Method in class org.mapfish.print.config.Configuration
-
The matchers used to authorize the incoming requests in function of the referrer.
- setAllowSubDomains(boolean) - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
-
Set if sub-domains are allowed.
- setApplicationContext(ApplicationContext) - Method in class org.mapfish.print.ApplicationContextProvider
- setAppsRootDirectory(String) - Method in class org.mapfish.print.servlet.ServletMapPrinterFactory
-
Set a single directory that contains one or more subdirectories, each one that contains a config.yaml file will be considered a print app.
- setAttribute(String, Object) - Method in class org.mapfish.print.cli.CliServletContext
- setAttribute(String, Attribute) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
All the sub-level attributes.
- setAttribute(String, Attribute) - Method in class org.mapfish.print.processor.map.CreateMapPagesProcessor
-
Set the map attribute.
- setAttribute(String, Attribute) - Method in interface org.mapfish.print.processor.RequireAttributes
-
Set the attribute.
- setAttributes(Map<String, Attribute>) - Method in class org.mapfish.print.attribute.DataSourceAttribute
-
The attributes that are acceptable by this dataSource.
- setAttributes(Map<String, Attribute>) - Method in class org.mapfish.print.config.Template
-
Set the attributes for this template.
- setAttributes(Map<String, Attribute>) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
All the attributes needed either by the processors for each datasource row or by the jasper template.
- setAuthor(String) - Method in class org.mapfish.print.config.PDFConfig
-
Set the author of the PDF.
- setBarSize(int) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setBody(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The default email body.
- setBottomLabelMargin(float) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setBucket(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
The S3 bucket to use.
- setCache(HttpServletResponse) - Method in class org.mapfish.print.servlet.BaseMapServlet
-
Enable caching of the response.
- setCacheDuration(int) - Method in class org.mapfish.print.servlet.BaseMapServlet
-
Set the cache duration for the queries that can be cached.
- setCertificateStore(CertificateStore) - Method in class org.mapfish.print.config.Configuration
-
The configuration for locating a custom certificate store.
- setClustered(boolean) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setColumns(Map<String, TableColumnConverter<?>>) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
Set strategies for converting the textual representation of each column to some other object (image, other text, etc...).
- setCompletionTime(Long) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setCompressed(boolean) - Method in class org.mapfish.print.config.PDFConfig
-
If this property is set to true then the resulting PDF will be a compressed PDF.
- setConfigName(String) - Method in interface org.mapfish.print.attribute.Attribute
-
Set the name of the attribute as set in the configuration file.
- setConfigName(String) - Method in class org.mapfish.print.attribute.DataSourceAttribute
- setConfigName(String) - Method in class org.mapfish.print.attribute.JsonDatasourceAttribute
- setConfigName(String) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- setConfigName(String) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
- setConfiguration(File) - Method in class org.mapfish.print.MapPrinter
-
Set the configuration file and update the configuration for this printer.
- setConfiguration(URI, byte[]) - Method in class org.mapfish.print.MapPrinter
-
Set the configuration file and update the configuration for this printer.
- setConfiguration(Configuration) - Method in interface org.mapfish.print.config.HasConfiguration
-
Set the configuration that the object belongs to.
- setConfiguration(Configuration) - Method in class org.mapfish.print.config.Template
- setConfiguration(Configuration) - Method in class org.mapfish.print.http.CertificateStore
- setConfiguration(Configuration) - Method in interface org.mapfish.print.http.ConfigurableRequest
-
Set the current configuration object.
- setConfiguration(Configuration) - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
- setConfiguration(Configuration) - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
- setConfigurationFile(File) - Method in class org.mapfish.print.config.Configuration
-
Sets the configuration file.
- setConfigurationFiles(Map<String, String>) - Method in class org.mapfish.print.servlet.ServletMapPrinterFactory
-
The setter for setting configuration file.
- setContentType(String) - Method in class org.mapfish.print.output.MapExportOutputFormat
- setConverters(List<TableColumnConverter<?>>) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
Set strategies for converting the textual representation of each cell to some other object (image, other text, etc...).
- setCopyAttributes(List<String>) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
The attributes that will be copied from the previous level.
- setCreateSubReport(Boolean) - Method in class org.mapfish.print.attribute.NorthArrowAttribute
-
Specifies whether a subreport should be created, or only a graphic.
- setCreateSubReport(Boolean) - Method in class org.mapfish.print.attribute.ScalebarAttribute
-
Specifies whether a subreport should be created, or only a graphic.
- setCreator(String) - Method in class org.mapfish.print.config.PDFConfig
-
Set the creator of the PDF.
- setCredentials(List<HttpCredential>) - Method in class org.mapfish.print.config.Configuration
-
Http credentials to be used when making http requests.
- setCredentials(AuthScope, Credentials) - Method in class org.mapfish.print.http.MfCredentialsProvider
- setCustomParam(String, String) - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
Set a custom parameter.
- setCustomParam(String, String) - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
Set a custom parameter.
- setData(byte[]) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobResultExtImpl
- setDefault(Boolean) - Method in class org.mapfish.print.attribute.BooleanAttribute
-
A default value for this attribute.
- setDefault(Double) - Method in class org.mapfish.print.attribute.FloatAttribute
-
A default value for this attribute.
- setDefault(Integer) - Method in class org.mapfish.print.attribute.IntegerAttribute
-
A default value for this attribute.
- setDefault(String) - Method in class org.mapfish.print.attribute.StringAttribute
-
A default value for this attribute.
- setDefault(String[]) - Method in class org.mapfish.print.attribute.StringArrayAttribute
-
A default value for this attribute.
- setDefault(List<Object>) - Method in class org.mapfish.print.attribute.DataSourceAttribute
-
Default values for this attribute.
- setDefault(Map<String, Object>) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Default values for this attribute.
- setDefault(VALUE) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
-
A default value for this attribute.
- setDefaultStyle(Map<String, Style>) - Method in class org.mapfish.print.config.Configuration
-
Set the default styles.
- setDefaultToSvg(boolean) - Method in class org.mapfish.print.config.Configuration
-
If true then all vector layers (and other parts of the system that can be either SVG or Bitmap, like scalebar) will be rendered as SVG (unless layer specifically indicates useSvg as false).
- setDetailStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the all columns in the table detail section except first and last columns.
- setDimension(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the number of dimensions.
- setDirectory(String) - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
-
Set the directory and test that the directory exists and is contained within the Configuration directory.
- setDoValidation(boolean) - Method in class org.mapfish.print.config.ConfigurationFactory
-
If doValidation is true then the Configuration object will be validated after loading.
- setDpi(Double) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
-
The DPI value that is used for the legend graphics.
- setDpiSuggestions(double[]) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Suggestions for DPI values to use.
- setDynamic(boolean) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
If true then the JasperReport template will be generated dynamically based on the columns in the table attribute.
- setEndpointUrl(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
To override the endpoint URL (for non-Amazon, S3 compatible servers).
- setEntry(PrintJobEntry) - Method in class org.mapfish.print.servlet.job.PrintJob
- setError(String) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setErrorBody(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The default email body in case of error.
- setErrorSubject(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The default email subject in case of error.
- setExcludeColumns(Set<String>) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
A set of column names to exclude from the table.
- setFeatureCollection(SimpleFeatureCollection) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
- SetFeaturesProcessor - Class in org.mapfish.print.processor.map
-
Processor to set features on vector layers.
- SetFeaturesProcessor() - Constructor for class org.mapfish.print.processor.map.SetFeaturesProcessor
-
Constructor.
- SetFeaturesProcessor.Input - Class in org.mapfish.print.processor.map
-
The input parameter object for
SetFeaturesProcessor
. - setFields(Map<String, String>) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Source
-
The names of each field in the DataSource.
- setFileLoaderManager(ConfigFileLoaderManager) - Method in class org.mapfish.print.config.Configuration
-
Set file loader manager.
- setFileSize(Long) - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- setFileSuffix(String) - Method in class org.mapfish.print.output.JasperReportImageOutputFormat
- setFileSuffix(String) - Method in class org.mapfish.print.output.MapExportOutputFormat
- setFirstDetailStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the first column in the table detail section.
- setFirstHeaderStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the first column in the table header.
- setFormat(String) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor.Update
-
The replacement format.
- setFromAddress(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The email address used as "From:" in every email.
- setHeaders(Map<String, Object>) - Method in class org.mapfish.print.processor.http.AddHeadersProcessor
-
A map of the header key value pairs.
- setHeaders(Set<String>) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
-
Set the header names to forward from the request.
- setHeaderStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the all columns in the table header except first and last columns.
- setHeight(Integer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The height of the map in pixels.
- setHeight(Integer) - Method in class org.mapfish.print.attribute.ScalebarAttribute
-
The height of the scalebar in pixels.
- setHost(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The SMTP server hostname.
- setHost(String) - Method in class org.mapfish.print.http.HttpProxy
-
The host of the proxy.
- setHost(String) - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
-
Set the host.
- setHost(String) - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
-
Set the host.
- setHosts(List<String>) - Method in class org.mapfish.print.processor.http.UseHttpForHttpsProcessor
-
Set the patterns to use for selecting the hosts to apply the https -> http mapping to.
- setHttpProcessors(List<HttpProcessor>) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
-
Sets all the http processors that will executed by this processor.
- setInitParameter(String, String) - Method in class org.mapfish.print.cli.CliServletContext
- setInputMapper(Map<String, String>) - Method in class org.mapfish.print.processor.AbstractProcessor
-
The input mapper.
- setInputPrefix(String) - Method in class org.mapfish.print.processor.AbstractProcessor
-
The prefix to apply to each input value.
- setIntervalLengthInPixels(float) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setIntervalLengthInWorldUnits(double) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setIntervalUnit(DistanceUnit) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setIp(String) - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
-
Set the allowed ip address for this matcher.
- setJasperTemplate(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The path to the JasperReports template that contains the template for the sub-report.
- setJdbcDrivers(Set<String>) - Method in class org.mapfish.print.config.Configuration
-
Set the JDBC drivers that are required to connect to the databases in the configuration.
- setJdbcDrivers(Set<String>) - Method in class org.mapfish.print.config.Template
-
Sets the JDBC drivers.
- setJdbcPassword(String) - Method in class org.mapfish.print.config.Template
-
Sets the JDBC password.
- setJdbcUrl(String) - Method in class org.mapfish.print.config.Template
-
Sets the JDBC url.
- setJdbcUser(String) - Method in class org.mapfish.print.config.Template
-
Sets the JDBC user.
- setJobPriorityComparator(Comparator<PrintJob>) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setKey(String) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Source
-
The key to use when looking for the object among the attributes and the processor output values.
- setKeywords(List<String>) - Method in class org.mapfish.print.config.PDFConfig
-
The keywords to include in the PDF metadata.
- setLabelDistance(int) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setLabels(List<Label>) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setLastCheckTime(long) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobStatusExtImpl
- setLastDetailStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the last column in the table detail section.
- setLastHeaderStyle(String) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The id of the style to apply to the last column in the table header.
- setLeftLabelMargin(float) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setLineWidth(int) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setMapBounds(MapBounds) - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- setMapExport(boolean) - Method in class org.mapfish.print.config.Template
-
Sets the map export.
- setMapExtentLayer(MapLayer) - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- setMapping(Map<String, String>) - Method in class org.mapfish.print.processor.http.MapUriProcessor
-
Set the uri mappings.
- setMask(String) - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
-
Set the Mask to apply to the ip address obtained from the URI that is being tested.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.http.HttpCredential
-
Matchers are used to choose which requests the credentials apply to.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.http.HttpProxy
-
Matchers are used to choose which requests this proxy applies to.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.processor.http.AbstractClientHttpRequestFactoryProcessor
-
The matchers used to select the urls that are going to be modified by the processor.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.processor.http.ForwardHeadersProcessor
-
The matchers used to select the urls that are going to be modified by the processor.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
-
Set the matchers.
- setMatchers(List<? extends URIMatcher>) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
The matchers used to select the WMS urls that are going to be modified by the processor.
- setMaxAgeReport(int) - Method in class org.mapfish.print.config.WorkingDirectories
- setMaxAgeTaskDir(int) - Method in class org.mapfish.print.config.WorkingDirectories
- setMaxColumns(int) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
The maximum number of columns to allow.
- setMaxCreateAndGetWaitTimeInSeconds(long) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Maximum time to wait for a createAndGet request to complete before returning an error.
- setMaxDpi(Double) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The maximum DPI allowed for maps.
- setMaxHeight(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the maximum height in pixels.
- setMaxHeight(Integer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Limits the maximum height of the map.
- setMaxLabelSize(Dimension) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setMaxLength(int) - Method in class org.mapfish.print.attribute.StringAttribute
-
The maximum number of characters allowed for this field (default: unlimited).
- setMaxNumberOfRunningPrintJobs(int) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setMaxNumberOfWaitingJobs(int) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setMaxSize(Dimension) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setMaxWidth(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the maximum width in pixels.
- setMaxWidth(Integer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Limits the maximum width of the map.
- setMaxWidth(Integer) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
-
The maximum width in pixels for the legend graphics.
- setNoCache(HttpServletResponse) - Static method in class org.mapfish.print.servlet.BaseMapServlet
-
Disable caching of the response.
- setNumPoints(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the number of points in the sequence.
- setNumSubIntervals(int) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setOldFileCleanUp(boolean) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setOldFileCleanupInterval(long) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setOpaqueTileErrorColor(String) - Method in class org.mapfish.print.config.Configuration
-
Color used for tiles in error on opaque layers.
- setOrdinate(int, int, double) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- setOrdinate0AxisDirection(AxisDirection) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the axisDirection of the first ordinate.
- setOrigin(double, double) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the origin point of the sequence.
- setOutputFilename(String) - Method in class org.mapfish.print.config.Configuration
-
The default output file name of the report.
- setOutputFilename(String) - Method in class org.mapfish.print.config.Template
-
The default output file name of the report (takes precedence over
Configuration.setOutputFilename(String)
). - setOutputMapper(Map<String, String>) - Method in class org.mapfish.print.processor.AbstractProcessor
-
The output mapper.
- setOutputPrefix(String) - Method in class org.mapfish.print.processor.AbstractProcessor
-
The prefix to apply to each output value.
- setPadding(int) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setParamDefault(Multimap<String, String>, String, String) - Static method in class org.mapfish.print.URIUtils
-
Add a parameter to the query params (the params map) if there is not existing value for that key.
- setParamName(String) - Method in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor
-
Set the parameter name.
- setParams(ScalebarAttribute.ScalebarAttributeValues) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setParser(StyleParser) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayerPlugin
-
Sets the style parser for this feature source layer.
- setPassword(String) - Method in class org.mapfish.print.config.SmtpConfig
-
If auth is needed, the password.
- setPassword(String) - Method in class org.mapfish.print.http.CertificateStore
-
The password for unlocking the certificate store.
- setPassword(String) - Method in class org.mapfish.print.http.HttpCredential
-
The password for authenticating with the credentials.
- setPassword(String) - Method in class org.mapfish.print.http.HttpProxy
-
The password for authenticating with the proxy.
- setPath(URI, String) - Static method in class org.mapfish.print.URIUtils
-
Set the replace of the uri and return the new URI.
- setPathRegex(String) - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
-
The regular expression used to verify the path of the uri as is expected.
- setPattern(String) - Method in class org.mapfish.print.processor.jasper.DateFormatProcessor
-
The pattern to use to format dates.
- setPdfA(boolean) - Method in class org.mapfish.print.config.Template
-
If set to true (defaults to false), the generated maps, scalebar and north arrow will not contain any transparent images.
- setPdfConfig(PDFConfig) - Method in class org.mapfish.print.config.Configuration
-
Configure various properties related to the reports generated as PDFs.
- setPdfConfig(PDFConfig) - Method in class org.mapfish.print.config.Template
-
Configure various properties related to the reports generated as PDFs.
- setPolygon(Geometry) - Method in class org.mapfish.print.attribute.map.AreaOfInterest
- setPort(int) - Method in class org.mapfish.print.config.SmtpConfig
-
The TCP port of the SMTP server.
- setPort(int) - Method in class org.mapfish.print.http.HttpProxy
-
The host of the proxy.
- setPort(int) - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
-
Port of this host matcher.
- setPortMapping(Map<Integer, Integer>) - Method in class org.mapfish.print.processor.http.UseHttpForHttpsProcessor
-
Set the https port to http port mapping.
- setPosition(AddStaticLayersProcessor.StaticLayerPosition) - Method in class org.mapfish.print.processor.map.AddStaticLayersProcessor
-
Set the position enumeration which indicates where the layers should be added to the map:
AddStaticLayersProcessor.StaticLayerPosition
. - setPredicates(AccessAssertion...) - Method in class org.mapfish.print.config.access.AndAccessAssertion
-
Set all the Predicates/AccessAssertion that have to all pass in order for this assertion to pass.
- setPrefix(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
The key prefix to use.
- setPrefix(String) - Method in class org.mapfish.print.processor.AbstractProcessor
-
The prefix to apply to each value.
- setProcessingTimeMS(Long) - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- setProcessors(List<Processor>) - Method in class org.mapfish.print.config.Template
-
Set the normal processors.
- setProcessors(List<Processor>) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
All the processors that will executed for each value retrieved from the
Values
object with the datasource name. - setProxies(List<HttpProxy>) - Method in class org.mapfish.print.config.Configuration
-
Configuration for proxying http requests.
- setQueryParams(URI, Multimap<String, String>) - Static method in class org.mapfish.print.URIUtils
-
Construct a new uri by replacing query parameters in initialUri with the query parameters provided.
- setRawLayers(PArray) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Set the JSON layer definition.
- setRawLayers(PArray) - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
- setRawLayers(PArray) - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
- setReferenceId(String) - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- setRegion(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
To set the region to use.
- setReject(boolean) - Method in class org.mapfish.print.processor.http.matcher.AbstractMatcher
-
Reverses the matcher.
- setReportKey(String) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
The key/name to use when putting the path to the compiled subreport in each row of the datasource.
- setReportTemplate(String) - Method in class org.mapfish.print.config.Template
-
Sets the report template.
- setReportTemplate(String) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
The path to the report template used to render each row of the data.
- setReportWidth(Integer) - Method in class org.mapfish.print.processor.jasper.TableProcessor
-
If dynamic is true, the page width of the table report can be adjusted with this property.
- setRequestCharacterEncoding(String) - Method in class org.mapfish.print.cli.CliServletContext
- setRequestCount(long) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setRequestData(PJsonObject) - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- setRequiredRoles(Collection<String>) - Method in class org.mapfish.print.config.access.RoleAccessAssertion
-
Set the roles required to allow access.
- setResourceBundle(String) - Method in class org.mapfish.print.config.Configuration
-
Set the resource bundle name.
- setResponseCharacterEncoding(String) - Method in class org.mapfish.print.cli.CliServletContext
- setResult(PrintJobResult) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
-
Set the result.
- setRetentionDays(int) - Method in class org.mapfish.print.config.S3ReportStorage
-
The number of day the reports must be kept.
- setRightLabelMargin(float) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setScaled(boolean) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
-
When the image is too big do a scaled (default) otherwise do a scale.
- setScales(double[]) - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
Set the scales (sorts from largest to smallest).
- setScaleUnit(DistanceUnit) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setScheme(String) - Method in class org.mapfish.print.http.HttpProxy
-
The scheme (http, https) of the proxy.
- setSecretKey(String) - Method in class org.mapfish.print.config.S3ReportStorage
-
To set the secret key.
- setSecurityContext(SecurityContext) - Method in class org.mapfish.print.servlet.job.PrintJob
-
The security context that contains the information about the user that made the request.
- setServletContext(ServletContext) - Method in class org.mapfish.print.servlet.fileloader.ServletConfigFileLoader
- setServletId(String) - Method in class org.mapfish.print.servlet.ConfigBasedServletInfo
- setSessionTimeout(int) - Method in class org.mapfish.print.cli.CliServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.mapfish.print.cli.CliServletContext
- setSize(Dimension) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setSize(Integer) - Method in class org.mapfish.print.attribute.NorthArrowAttribute
-
The size (width and height) of the north-arrow graphic in the JasperReport template.
- setSmtp(SmtpConfig) - Method in class org.mapfish.print.config.Configuration
-
Sets the smtp config.
- setSources(List<MergeDataSourceProcessor.Source>) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor
-
The source to add to the merged DataSource.
- setSpacing(double) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the space between points.
- setSsl(boolean) - Method in class org.mapfish.print.config.SmtpConfig
-
True for enabling SSL.
- setStartTime(long) - Method in class org.mapfish.print.servlet.job.impl.PrintJobEntryImpl
- setStarttls(boolean) - Method in class org.mapfish.print.config.SmtpConfig
-
True to use STARTTLS.
- setStats(ExecutionStats) - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
- setStatus(PrintJobStatus.Status) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setStatusTime(Long) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setStorage(ReportStorage) - Method in class org.mapfish.print.config.SmtpConfig
-
The report storage facility to use.
- setStyle(String) - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute
-
The style name of a style to apply to the bbox rectangle of the original map during rendering.
- setStyle(StyleSupplier<FeatureSource<?, ?>>) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
- SetStyleProcessor - Class in org.mapfish.print.processor.map
-
Processor to set a style on vector layers from the attributes.
- SetStyleProcessor() - Constructor for class org.mapfish.print.processor.map.SetStyleProcessor
-
Constructor.
- SetStyleProcessor.Input - Class in org.mapfish.print.processor.map
-
The input parameter object for
SetStyleProcessor
. - setStyles(Map<String, String>) - Method in class org.mapfish.print.config.Configuration
-
Set the named styles defined in the configuration for this.
- setStyles(Map<String, String>) - Method in class org.mapfish.print.config.Template
-
Set the named styles defined in the configuration for this.
- setSubject(String) - Method in class org.mapfish.print.config.PDFConfig
-
Set the subject of the PDF.
- setSubject(String) - Method in class org.mapfish.print.config.SmtpConfig
-
The default email subject.
- SetsUtils - Class in org.mapfish.print
-
Some utilities for Sets.
- setTableData(String) - Method in class org.mapfish.print.config.Template
-
Set the key of the data that is the datasource for the main table in the report.
- setTemplate(String) - Method in class org.mapfish.print.processor.jasper.LegendProcessor
-
The path to the Jasper Report template for rendering the legend data.
- setTemplates(Map<String, Template>) - Method in class org.mapfish.print.config.Configuration
-
Set the configuration of the named template.
- setThrowErrorOnExtraParameters(boolean) - Method in class org.mapfish.print.config.Configuration
-
If true and the request JSON has extra parameters in the layers definition, exceptions will be thrown.
- setTileBufferHeight(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the top and bottom buffer for fetching tiles in pixels.
- setTileBufferWidth(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the left and right buffer for fetching tiles in pixels.
- SetTiledWmsProcessor - Class in org.mapfish.print.processor.map
-
Processor that transforms WMS layers that are too big into tiled WMS layers.
- SetTiledWmsProcessor() - Constructor for class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Constructor.
- SetTiledWmsProcessor.Input - Class in org.mapfish.print.processor.map
-
The input parameter object for
SetFeaturesProcessor
. - setTimeout(int) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- setTimeToKeepAfterAccessInMinutes(int) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- setTimeToKeepAfterAccessInMinutes(int) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
- setTitle(String) - Method in class org.mapfish.print.config.PDFConfig
-
Set the title of the PDF.
- setTopLabelMargin(float) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
- setTransparentTileErrorColor(String) - Method in class org.mapfish.print.config.Configuration
-
Color used for tiles in error on transparent layers.
- setType(MergeDataSourceProcessor.SourceType) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Source
-
The type of source.
- setUpdates(Map<String, Object>) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor
-
The pdf metadata property -> attribute name map.
- setUri(URI) - Method in class org.mapfish.print.http.CertificateStore
-
The uri to the certificate store.
- setUrlExtractor(String) - Method in class org.mapfish.print.processor.jasper.HttpImageResolver
-
Sets the RegExp pattern to use for extracting the url from the text.
- setUrlGroup(int) - Method in class org.mapfish.print.processor.jasper.HttpImageResolver
-
Select the group in the regular expression that contains the url.
- setUsername(String) - Method in class org.mapfish.print.config.SmtpConfig
-
If auth is needed, the username.
- setUsername(String) - Method in class org.mapfish.print.http.HttpCredential
-
The username for authenticating with the credentials.
- setUsername(String) - Method in class org.mapfish.print.http.HttpProxy
-
The username for authenticating with the proxy.
- setValueKey(String) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor.Update
-
The key to use to look up the value in the values object.
- setVariableAxis(int) - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
-
Set the axis which will be variable.
- setWaitingTime(long) - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
- setWaitingTime(long) - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Set the estimated waiting time for the job to finish (this is a transient value).
- setWidth(Integer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The width of the map in pixels.
- setWidth(Integer) - Method in class org.mapfish.print.attribute.ScalebarAttribute
-
The width of the scalebar in pixels.
- SetWmsCustomParamProcessor - Class in org.mapfish.print.processor.map
-
Processor to set a param on WMS layers.
- SetWmsCustomParamProcessor() - Constructor for class org.mapfish.print.processor.map.SetWmsCustomParamProcessor
-
Constructor.
- SetWmsCustomParamProcessor.Input - Class in org.mapfish.print.processor.map
-
The input parameter object for
SetFeaturesProcessor
. - setWorking(String) - Method in class org.mapfish.print.config.WorkingDirectories
-
Defines what is the root directory used to store every temporary files.
- setZoomedOutBounds(MapBounds) - Method in class org.mapfish.print.attribute.map.MapAttribute.OverriddenMapAttributeValues
- setZoomFactor(double) - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute
-
The zoom factor by which the extent of the main map will be augmented to create an overview.
- setZoomLevels(ZoomLevels) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The list of Zoom Levels.
- setZoomLevelSnapStrategy(ZoomLevelSnapStrategy) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The strategy to use to compute the actual zoom level to use.
- setZoomSnapGeodetic(Boolean) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
If true, snap to geodetic scales.
- setZoomSnapTolerance(Double) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
The zoom level tolerance.
- shutdown() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
-
Called by spring when application context is being destroyed.
- shutdown() - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Called by spring when application context is being destroyed.
- Simple(String) - Constructor for class org.mapfish.print.map.geotools.grid.GridLabelFormat.Simple
-
Constructor.
- SINGLE - Enum constant in enum class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Creates a single row from a set of values from the output and attribute objects.
- SingleTileLoaderTask(ClientHttpRequest, BufferedImage, int, int, boolean, MetricRegistry, Processor.ExecutionContext) - Constructor for class org.mapfish.print.map.tiled.CoverageTask.SingleTileLoaderTask
-
Constructor.
- SingleTilePreparationInfo(int, int, ClientHttpRequest) - Constructor for class org.mapfish.print.map.tiled.TilePreparationInfo.SingleTilePreparationInfo
-
Constructor.
- size - Variable in class org.mapfish.print.map.geotools.grid.GridFontParam
-
The size of the font.
- size() - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
The number of zoom levels.
- size() - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- size() - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Return the size of the array.
- size() - Method in class org.mapfish.print.wrapper.json.PJsonObject
-
Get the number of properties in this object.
- size() - Method in class org.mapfish.print.wrapper.multi.PMultiObject
- size() - Method in interface org.mapfish.print.wrapper.PArray
-
Return the size of the array.
- size() - Method in class org.mapfish.print.wrapper.PJoinedArray
- size() - Method in interface org.mapfish.print.wrapper.PObject
-
Get the number of properties in this object.
- size() - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- size() - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- SLDParserPlugin - Class in org.mapfish.print.map.style
-
Basic implementation for loading and parsing an SLD style.
- SLDParserPlugin() - Constructor for class org.mapfish.print.map.style.SLDParserPlugin
- SLDParserPlugin.ErrorHandler - Class in org.mapfish.print.map.style
-
A default error handler to avoid that error messages like "[Fatal Error] :1:1: Content is not allowed in prolog." are directly printed to STDERR.
- SmtpConfig - Class in org.mapfish.print.config
-
Email sending configuration.
- SmtpConfig() - Constructor for class org.mapfish.print.config.SmtpConfig
- Source() - Constructor for class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Source
- spacing - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The x,y spacing between grid lines.
- spec - Variable in class org.mapfish.print.cli.CliDefinition
-
The location of the description of what has to be printed.
- springConfig - Variable in class org.mapfish.print.cli.CliDefinition
-
Spring configuration file to use in addition to the default.
- sqlTypes() - Method in class org.mapfish.print.servlet.job.impl.hibernate.AccessAssertionUserType
- sqlTypes() - Method in class org.mapfish.print.servlet.job.impl.hibernate.PJsonObjectUserType
- start(int) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- start(int) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- start(int) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Start the next [N] number of jobs at once.
- start(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- start(String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- start(String) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Mark job as running.
- startJob(PrintJobEntry, Configuration) - Method in class org.mapfish.print.servlet.job.Accounting
-
Start accounting for a job.
- startJob(PrintJobEntry, Configuration) - Method in class org.mapfish.print.servlet.job.HibernateAccounting
- staticLayers - Variable in class org.mapfish.print.processor.map.AddStaticLayersProcessor.Input
-
The attribute containing the static layers to add to the map.
- StaticLayersAttribute - Class in org.mapfish.print.attribute.map
-
The attributes for the
AddStaticLayersProcessor
(see !addBackgroundLayers and !addOverlayLayers processor) which adds the layers in this attribute to the layers in the map. - StaticLayersAttribute() - Constructor for class org.mapfish.print.attribute.map.StaticLayersAttribute
- StaticLayersAttribute.StaticLayersAttributeValue - Class in org.mapfish.print.attribute.map
-
The object used to parse the input parameters for this attribute object.
- StaticLayersAttributeValue() - Constructor for class org.mapfish.print.attribute.map.StaticLayersAttribute.StaticLayersAttributeValue
- StatsUtils - Class in org.mapfish.print
-
Utility functions for metrics.
- STATUS_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to get the status for a print task.
- stopIfCanceled() - Method in class org.mapfish.print.processor.AbstractProcessor.Context
- stopIfCanceled() - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
-
Throws a CancellationException if the job was canceled.
- StringArrayAttribute - Class in org.mapfish.print.attribute
-
An attribute that can contain an array of strings.
- StringArrayAttribute() - Constructor for class org.mapfish.print.attribute.StringArrayAttribute
-
Constructor.
- StringAttribute - Class in org.mapfish.print.attribute
-
Attribute that reads a string from the request data.
- StringAttribute() - Constructor for class org.mapfish.print.attribute.StringAttribute
-
Constructor.
- stringRepresentation(Class<?>) - Static method in class org.mapfish.print.parser.MapfishParser
-
Return a friendly representation of the class for printing the configuration options to a client.
- style - Variable in class org.mapfish.print.attribute.map.AreaOfInterest
-
A string representing the style.
- style - Variable in class org.mapfish.print.attribute.StyleAttribute.StylesAttributeValues
-
The style string.
- style - Variable in class org.mapfish.print.FontTools.FontConfigDescription
-
The font style.
- style - Variable in class org.mapfish.print.map.geotools.AbstractVectorLayerParam
-
The style name of a style to apply to the features during rendering.
- style - Variable in class org.mapfish.print.map.geotools.FeatureLayer.FeatureLayerParam
-
The style name of a style to apply to the features during rendering.
- style - Variable in class org.mapfish.print.map.geotools.GeotiffLayer.GeotiffParam
-
A string identifying a style to use when rendering the raster.
- style - Variable in class org.mapfish.print.map.geotools.grid.GridFontParam
-
The style of the font.
- style - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The style name of a style to apply to the features during rendering.
- style - Variable in class org.mapfish.print.map.image.ImageLayer.ImageParam
-
The styles to apply to the image.
- style - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The style name (for styles on the WMTS server).
- style - Variable in class org.mapfish.print.processor.map.SetStyleProcessor.Input
-
The style.
- STYLE_INDEX_REF_SEPARATOR - Static variable in class org.mapfish.print.map.style.SLDParserPlugin
-
The separator between the path or url segment for loading the sld and an index of the style to obtain.
- StyleAttribute - Class in org.mapfish.print.attribute
-
Attribute for GeoJson Styles collection.
- StyleAttribute() - Constructor for class org.mapfish.print.attribute.StyleAttribute
- StyleAttribute.StylesAttributeValues - Class in org.mapfish.print.attribute
-
The value of
StyleAttribute
. - StyleParser - Class in org.mapfish.print.map.style
-
Parse a style using all the available
StyleParserPlugin
registered with the spring application context. - StyleParser() - Constructor for class org.mapfish.print.map.style.StyleParser
- StyleParserPlugin - Interface in org.mapfish.print.map.style
-
A plugin used for loading
Style
objects from a string. - styles - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The styles to apply to the layers.
- StylesAttributeValues() - Constructor for class org.mapfish.print.attribute.StyleAttribute.StylesAttributeValues
- StyleSupplier<SOURCE> - Interface in org.mapfish.print.map.geotools
-
A strategy for loading style objects.
- subIntervals - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
Should sub-intervals be shown? Default: false
- submit(PrintJob) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
-
Submit with custom PrintJob (for testing).
- submit(PrintJobEntry) - Method in class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- submit(PrintJobEntry) - Method in interface org.mapfish.print.servlet.job.JobManager
-
Submit a new job for execution.
- SubmittedPrintJob - Class in org.mapfish.print.servlet.job.impl
-
Encapsulates a job that has been submitted to the JobManager.
- SubmittedPrintJob(Future<PrintJobResult>, PrintJobEntry) - Constructor for class org.mapfish.print.servlet.job.impl.SubmittedPrintJob
-
Constructor.
- SUBREPORT_DIR_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the values object for the subreport directory.
- successTimer - Variable in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
The timer to use in case of success.
- supportsNativeRotation() - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Indicate if the layer supports native rotation (e.g.
- supportsNativeRotation() - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- supportsNativeRotation() - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- supportsNativeRotation() - Method in class org.mapfish.print.map.image.wms.WmsLayer
-
If supported by the WMS server, a parameter "angle" can be set on "customParams" or "mergeableParams".
- SVG - Enum constant in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Render as SVG.
- SvgUtil - Class in org.mapfish.print
-
SVG Utilities.
T
- table - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Input
-
Data for constructing the table Datasource.
- TableAttribute - Class in org.mapfish.print.attribute
-
The attributes for
TableProcessor
(see !prepareTable processor). - TableAttribute() - Constructor for class org.mapfish.print.attribute.TableAttribute
- TableAttribute.TableAttributeValue - Class in org.mapfish.print.attribute
-
The value of
TableAttribute
. - TableAttributeValue() - Constructor for class org.mapfish.print.attribute.TableAttribute.TableAttributeValue
- TableColumnConverter<R> - Interface in org.mapfish.print.processor.jasper
-
Converter to convert the value of a table cell (a string) into a different type (e.g.
- tableDataSource - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Output
-
The table datasource.
- TableDataSource - Class in org.mapfish.print.processor.jasper
-
Processor that has data for a table in a jasper report.
- TableDataSource(String[], Object[][]) - Constructor for class org.mapfish.print.processor.jasper.TableDataSource
-
Constructor.
- TableDataSource(PJsonObject) - Constructor for class org.mapfish.print.processor.jasper.TableDataSource
-
Constructor.
- TableProcessor - Class in org.mapfish.print.processor.jasper
-
A processor for generating a table.
- TableProcessor() - Constructor for class org.mapfish.print.processor.jasper.TableProcessor
-
Constructor.
- TableProcessor.Input - Class in org.mapfish.print.processor.jasper
-
Input object for execute.
- TableProcessor.Output - Class in org.mapfish.print.processor.jasper
-
The Output of the processor.
- tableSubReport - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Output
-
The path to the generated sub-report.
- TASK_DIRECTORY_KEY - Static variable in class org.mapfish.print.output.Values
-
The key that is used to store the task directory in the values map.
- template - Variable in class org.mapfish.print.processor.jasper.DataSourceProcessor.Input
-
The values object with all values.
- template - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Input
-
The template that contains this processor.
- template - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Input
-
The template containing this table processor.
- template - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
The template containing this table processor.
- template - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
-
The containing template.
- template - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Input
-
The containing template.
- template - Variable in class org.mapfish.print.processor.map.SetStyleProcessor.Input
-
The template containing this table processor.
- Template - Class in org.mapfish.print.config
-
Represents a report template configuration.
- Template() - Constructor for class org.mapfish.print.config.Template
- TEMPLATE_KEY - Static variable in class org.mapfish.print.output.Values
-
The key that is used to store
Template
. - tempTaskDirectory - Variable in class org.mapfish.print.processor.jasper.LegendProcessor.Input
-
The path to the temporary directory for the print task.
- tempTaskDirectory - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Input
-
The directory to write the generated table to (if dynamic).
- tempTaskDirectory - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
The path to the temporary directory for the print task.
- tempTaskDirectory - Variable in class org.mapfish.print.processor.map.CreateNorthArrowProcessor.Input
-
The path to the temporary directory for the print task.
- tempTaskDirectory - Variable in class org.mapfish.print.processor.map.scalebar.CreateScalebarProcessor.Input
-
The path to the temporary directory for the print task.
- testForLegalFileUrl(Configuration, URL) - Static method in class org.mapfish.print.FileUtils
-
Check if the url is a file url which is either relative to the configuration directory or refers to a file in the configuration directory.
- ThreadPoolJobManager - Class in org.mapfish.print.servlet.job.impl
-
A JobManager backed by a
ThreadPoolExecutor
. - ThreadPoolJobManager() - Constructor for class org.mapfish.print.servlet.job.impl.ThreadPoolJobManager
- TIFF - Enum constant in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Render as TIFF.
- tileBufferSize - Variable in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
-
A two element array of integers indicating the width and height tile buffer.
- TiledWmsLayer - Class in org.mapfish.print.map.tiled.wms
-
Strategy object for rendering WMS based layers .
- TiledWmsLayer(ForkJoinPool, StyleSupplier<GridCoverage2D>, TiledWmsLayerParam, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.tiled.wms.TiledWmsLayer
-
Constructor.
- TiledWmsLayer(WmsLayer, Dimension, int, int) - Constructor for class org.mapfish.print.map.tiled.wms.TiledWmsLayer
-
Create a copy of the given WmsLayer, but tiled.
- TiledWmsLayerParam - Class in org.mapfish.print.map.tiled.wms
-
The parameters for configuration a Tiled WMS layer.
- TiledWmsLayerParam() - Constructor for class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
-
Constructor.
- TiledWmsLayerParam(WmsLayerParam, Dimension, int, int) - Constructor for class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
-
Convert WmsLayerParam into it's tiled equivalent.
- TiledWmsLayerParserPlugin - Class in org.mapfish.print.map.tiled.wms
-
Renders tiled WMS layers.
- TiledWmsLayerParserPlugin() - Constructor for class org.mapfish.print.map.tiled.wms.TiledWmsLayerParserPlugin
- tileInformation() - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Returns the value of the
tileInformation
record component. - TileInformation<T extends AbstractTiledLayerParams> - Class in org.mapfish.print.map.tiled
-
Encapsulates the information needed to create tile requests for a particular map bounds and display.
- TileInformation(MapBounds, Rectangle, double, T) - Constructor for class org.mapfish.print.map.tiled.TileInformation
-
Constructor.
- tilePreparationInfo() - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Returns the value of the
tilePreparationInfo
record component. - TilePreparationInfo - Class in org.mapfish.print.map.tiled
-
Tile Preparation Task Result.
- TilePreparationInfo(List<TilePreparationInfo.SingleTilePreparationInfo>, int, int, Coordinate, double, double, CoordinateReferenceSystem) - Constructor for class org.mapfish.print.map.tiled.TilePreparationInfo
-
Constructor.
- TilePreparationInfo.SingleTilePreparationInfo - Class in org.mapfish.print.map.tiled
-
Information per tile (x, y and request).
- TilePreparationTask - Class in org.mapfish.print.map.tiled
-
The Tile Preparation Task class.
- TilePreparationTask(MfClientHttpRequestFactory, MapfishMapContext, TileInformation<? extends AbstractTiledLayerParams>, HttpRequestFetcher, Processor.ExecutionContext) - Constructor for class org.mapfish.print.map.tiled.TilePreparationTask
-
Constructor.
- tileSize - Variable in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
The size of each tile.
- tileSize - Variable in class org.mapfish.print.map.tiled.wms.TiledWmsLayerParam
-
A two element array of integers indicating the x and y size of each tile.
- tileSize - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
A 2 dimensional array representing the width, height of the tile.
- TileTask(int, int) - Constructor for class org.mapfish.print.map.tiled.CoverageTask.TileTask
-
Constructor.
- timeSinceLastStatusCheck(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- timeSinceLastStatusCheck(String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- timeSinceLastStatusCheck(String) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the time since a client has last requested the print job.
- timezone - Variable in class org.mapfish.print.processor.jasper.DateFormatProcessor.Input
-
The timezone to use.
- toCancel() - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
- toCancel() - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
- toCancel() - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Get the jobs that are marked as "CANCELING" and must be canceled.
- toColor(String) - Static method in class org.mapfish.print.map.style.json.ColorParser
-
Parse the string and convert it to a
Color
. - toCoordinateArray() - Method in class org.mapfish.print.map.geotools.grid.LinearCoordinateSequence
- toCredentials(AuthScope) - Method in class org.mapfish.print.http.HttpCredential
-
Check if this applies to the provided authorization scope and return the credentials for that scope or null if it doesn't apply to the scope.
- toFile(URI) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- toFile(URI) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- toFile(URI) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- toFile(URI) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Return the file object the uri refers to if it refers to a file.
- toFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.AbstractFileConfigFileLoader
- toFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
- toFile(URI, String) - Method in class org.mapfish.print.servlet.fileloader.ConfigFileLoaderManager
- toFile(URI, String) - Method in interface org.mapfish.print.servlet.fileloader.ConfigFileLoaderPlugin
-
Return the file object the uri refers to if it refers to a file.
- toJson() - Method in class org.mapfish.print.processor.ExecutionStats
- toJSON() - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
Convert this object to a json array.
- toJSON() - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
Convert this object to a json object.
- TOP - Enum constant in enum class org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Add Layers to the top of the map.
- TOP - Enum constant in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Top.
- topLeftCorner - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
A 2 dimensional array representing the top-left corner of the tile.
- toReferencedEnvelope() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Get the bounds as a referenced envelope.
- toReferencedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- toReferencedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- toReferencedEnvelope(Rectangle) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Create a
ReferencedEnvelope
representing the bounds. - toResolution(double) - Method in class org.mapfish.print.map.Scale
-
Construct a scale object from a resolution.
- toRGB(Color) - Static method in class org.mapfish.print.map.style.json.ColorParser
-
Get the "rgb(...)" representation for a color.
- toString() - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- toString() - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- toString() - Method in record class org.mapfish.print.attribute.map.MapLayer.LayerContext
-
Returns a string representation of this record class.
- toString() - Method in class org.mapfish.print.attribute.map.ZoomLevels
- toString() - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
- toString() - Method in enum class org.mapfish.print.map.DistanceUnit
- toString() - Method in class org.mapfish.print.map.Scale
- toString() - Method in class org.mapfish.print.output.Values
- toString() - Method in class org.mapfish.print.processor.AbstractProcessor
- toString() - Method in class org.mapfish.print.processor.http.matcher.AcceptAllMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.LocalHostMatcher
- toString() - Method in class org.mapfish.print.processor.http.matcher.MatchInfo
- toString() - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
- toString() - Method in class org.mapfish.print.processor.ProcessorDependency
- toString() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
- toString() - Method in class org.mapfish.print.processor.ProcessorGraphNode
- toString() - Method in exception org.mapfish.print.wrapper.json.InvalidJsonValueException
- toString() - Method in class org.mapfish.print.wrapper.json.PJsonArray
- toString() - Method in class org.mapfish.print.wrapper.json.PJsonObject
- toString() - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
- toString() - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
- toString(int) - Static method in class org.mapfish.print.jasperreports.HumanAlphaSerie
-
Convert an integer to an alpha index.
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.AbstractProcessor
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
- toString(StringBuilder, int, String) - Method in interface org.mapfish.print.processor.Processor
-
Create a string representing this processor.
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
-
Create a string representing the nodes.
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
Create a string representing this node.
- toString(MfClientHttpRequestFactory, URI) - Static method in class org.mapfish.print.URIUtils
-
Read all the data from the provided URI and return the data as a string.
- toString(MfClientHttpRequestFactory, URL) - Static method in class org.mapfish.print.URIUtils
-
Read all the data from the provided URI and return the data as a string.
- treatStringAsGeoJson(String) - Method in class org.mapfish.print.map.geotools.FeaturesParser
-
Get the features collection from a GeoJson inline string.
- treatStringAsURL(Template, String) - Method in class org.mapfish.print.map.geotools.FeaturesParser
-
Get the features collection from a GeoJson URL.
- tryAddLayer(MapLayer) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Attempt to add the layer this layer so that both can be rendered as a single layer.
- tryAddLayer(MapLayer) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
- tryAddLayer(MapLayer) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
- tryOverrideValidation(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
-
Check the given URI to see if it matches.
- tryOverrideValidation(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.HostMatcher
-
If the subclass has its own checks or if it has a different validation method this method can return a valid value.
- tryOverrideValidation(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
- tryOverrideValidation(MatchInfo) - Method in class org.mapfish.print.processor.http.matcher.InetHostMatcher
- tryStart(ProcessorGraphNode) - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Try to start the node of a processor.
- type - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The scalebar type.
- Type - Enum Class in org.mapfish.print.processor.map.scalebar
-
Scalebar type.
U
- UnhealthyCountersHealthCheck - Class in org.mapfish.print.metrics
- UnhealthyCountersHealthCheck() - Constructor for class org.mapfish.print.metrics.UnhealthyCountersHealthCheck
- unit - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The unit to use.
- unitFormat - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The formatting string used to format the unit part of a label (for example " %s").
- UNKNOWN - Enum constant in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Unknown Rendering Format (let CreateMapProcessor decide).
- unmarshal(JSONObject) - Method in interface org.mapfish.print.config.access.AccessAssertion
-
Load the assertion properties from the JSON data.
- unmarshal(JSONObject) - Method in class org.mapfish.print.config.access.AccessAssertionPersister
-
Load assertion from the provided json or throw exception if not possible.
- unmarshal(JSONObject) - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- unmarshal(JSONObject) - Method in class org.mapfish.print.config.access.AndAccessAssertion
- unmarshal(JSONObject) - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- Update() - Constructor for class org.mapfish.print.processor.PdfConfigurationProcessor.Update
-
Default constructor.
- updateLastCheckTime(String, long) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Update the lastCheckTime of the given record.
- URIMatcher - Interface in org.mapfish.print.processor.http.matcher
-
Checks if a uri is a permitted uri.
- UriMatchers - Class in org.mapfish.print.processor.http.matcher
-
Hold a list of
URIMatcher
and implement the logic to see if any matches an URI. - UriMatchers() - Constructor for class org.mapfish.print.processor.http.matcher.UriMatchers
-
Constructor.
- UriMatchers(List<? extends URIMatcher>) - Constructor for class org.mapfish.print.processor.http.matcher.UriMatchers
-
Constructor.
- URIUtils - Class in org.mapfish.print
-
Utility methods for editing and analyzing uris.
- url - Variable in class org.mapfish.print.map.geotools.GeotiffLayer.GeotiffParam
-
The url of the geotiff.
- url - Variable in class org.mapfish.print.map.geotools.GmlLayer.GmlParam
-
An url to the gml or the raw Gml data.
- useAdjustBounds - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Indicates if the map should adjust its bounds.
- UseHttpForHttpsProcessor - Class in org.mapfish.print.processor.http
-
This processor maps https requests to http requests for certain hosts.
- UseHttpForHttpsProcessor() - Constructor for class org.mapfish.print.processor.http.UseHttpForHttpsProcessor
-
Constructor.
- useNativeAngle - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
If true transform the map angle to customParams.angle for GeoServer, and MapServer.
- useNearestScale - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
Indicates if the map should adjust its scale/zoom level to be equal to one of those defined in the configuration file.
- UserAgentCreator - Class in org.mapfish.print.http
-
Utility class for the creation of the User-Agent string.
- Utils - Class in org.mapfish.print.http
-
Network utils class.
V
- V1_0_0 - Enum constant in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Version for WMS 1.0.0.
- V1_1_0 - Enum constant in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Version for WMS 1.1.0.
- V1_1_1 - Enum constant in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Version for WMS 1.1.1.
- V1_3_0 - Enum constant in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Version for WMS 1.3.0.
- validate() - Method in class org.mapfish.print.config.Configuration
-
Validate that the configuration is valid.
- validate(List<Throwable>) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
-
Validate the configuration.
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.DataSourceAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.FeaturesAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.HttpRequestHeadersAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.JsonDatasourceAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.LegendAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.map.PagingAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.map.StaticLayersAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.map.ZoomLevels
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.NorthArrowAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.ScalebarAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.StyleAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.attribute.TableAttribute
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.access.AlwaysAllowAssertion
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.access.AndAccessAssertion
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.access.RoleAccessAssertion
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.Configuration
- validate(List<Throwable>, Configuration) - Method in interface org.mapfish.print.config.ConfigurationObject
-
validate that the configuration was correct.
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.PDFConfig
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.S3ReportStorage
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.SmtpConfig
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.config.Template
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.http.CertificateStore
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.http.HttpCredential
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.http.HttpProxy
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.AbstractProcessor
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.matcher.AcceptAllMatcher
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.matcher.AddressHostMatcher
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.matcher.DnsHostMatcher
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.matcher.HostnameMatcher
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.http.matcher.LocalHostMatcher
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.HttpImageResolver
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.Source
- validate(List<Throwable>, Configuration) - Method in class org.mapfish.print.processor.PdfConfigurationProcessor.Update
- validateBaseUrl() - Method in class org.mapfish.print.map.tiled.AbstractTiledLayerParams
-
Validates the provided base url.
- validateBaseUrl() - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
- validateBaseUrl() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
- validateBaseUrl() - Method in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
- validateValue(Object) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
-
Validation of the value from a request.
- validateValue(Object) - Method in class org.mapfish.print.attribute.StringAttribute
- value - Variable in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor.Input
-
The value.
- value() - Element in annotation interface org.mapfish.print.parser.CanSatisfyOneOf
-
The choice group id.
- value() - Element in annotation interface org.mapfish.print.parser.OneOf
-
The choice group id.
- value() - Element in annotation interface org.mapfish.print.parser.Requires
-
The names of the required fields if this field is present.
- Value() - Constructor for class org.mapfish.print.attribute.HttpRequestHeadersAttribute.Value
- valueFormat - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
The formatting string used to format the decimal part of a label (for example "###,###").
- valueOf(String) - Static method in enum class org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.DistanceUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.geotools.grid.FontStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.geotools.grid.GridType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
Returns the enum constant of this class with the specified name.
- values - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
The values used to do the print.
- values - Variable in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor.Input
-
The values.
- values - Variable in class org.mapfish.print.processor.jasper.DataSourceProcessor.Input
-
The values object with all values.
- values - Variable in class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.In
-
The values used to look up the values to merge together.
- values - Variable in class org.mapfish.print.processor.PdfConfigurationProcessor.In
-
The values object used to retrieve the required attributes.
- values() - Static method in enum class org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.attribute.map.MapLayer.RenderType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.DistanceUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.geotools.grid.FontStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.geotools.grid.GridType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.map.scalebar.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values - Class in org.mapfish.print.output
-
Values that go into a processor from previous processors in the processor processing graph.
- Values() - Constructor for class org.mapfish.print.output.Values
-
Constructor.
- Values(Map<String, Object>) - Constructor for class org.mapfish.print.output.Values
-
Constructor.
- Values(Map<String, String>, PJsonObject, Template, File, MfClientHttpRequestFactoryImpl, File, int, int) - Constructor for class org.mapfish.print.output.Values
-
Construct from the json request body and the associated template.
- Values(Map<String, String>, PJsonObject, Template, File, MfClientHttpRequestFactoryImpl, File, String, int, int) - Constructor for class org.mapfish.print.output.Values
-
Construct from the json request body and the associated template.
- Values(Values) - Constructor for class org.mapfish.print.output.Values
-
Create a new instance and copy the required elements from the other values object.
- VALUES_KEY - Static variable in class org.mapfish.print.output.Values
-
The key for the values object of it self.
- ValuesLogger - Class in org.mapfish.print.output
-
Class for logging the values in a
Values
object. - verbose - Variable in class org.mapfish.print.cli.CliDefinition
-
Used only if log4jConfig is not specified.
- version - Variable in class org.mapfish.print.map.image.wms.WmsLayerParam
-
The WMS version to use when making requests.
- version - Variable in class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
-
The WMTS protocol version to use.
- VersionInfo - Class in org.mapfish.print
-
Allows to access version information (from the manifest).
- VersionInfo() - Constructor for class org.mapfish.print.VersionInfo
- versionString() - Method in enum class org.mapfish.print.map.image.wms.WmsVersion
-
Get the WMS version string usable in making WMS requests.
- VERTICAL_LABELS_LEFT - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Vertical scalebar and the labels are shown left of the bar.
- VERTICAL_LABELS_RIGHT - Enum constant in enum class org.mapfish.print.processor.map.scalebar.Orientation
-
Vertical scalebar and the labels are shown right of the bar.
- verticalAlign - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The vertical alignment of the scalebar inside the scalebar graphic (default: bottom).
- VerticalAlign - Enum Class in org.mapfish.print.processor.map.scalebar
-
Vertical align.
- verticalXOffset - Variable in class org.mapfish.print.map.geotools.grid.GridParam
-
Apply an X offset to the vertical grid line labels, relative to the vertical grid lines.
- visit(Fill) - Method in class org.mapfish.print.map.geotools.OpacitySettingStyleVisitor
- visit(Graphic) - Method in class org.mapfish.print.map.geotools.OpacitySettingStyleVisitor
- visit(RasterSymbolizer) - Method in class org.mapfish.print.map.geotools.OpacitySettingStyleVisitor
- visit(Stroke) - Method in class org.mapfish.print.map.geotools.OpacitySettingStyleVisitor
W
- WaitDB - Class in org.mapfish.print
-
If the DB isconfigured (for multi-instance), this small executable will wait for the DB to be available.
- WaitDB() - Constructor for class org.mapfish.print.WaitDB
- WAITING - Enum constant in enum class org.mapfish.print.servlet.job.PrintJobStatus.Status
-
The job hasn't yet started processing.
- warning(SAXParseException) - Method in class org.mapfish.print.map.style.SLDParserPlugin.ErrorHandler
- weight - Variable in class org.mapfish.print.FontTools.FontConfigDescription
-
CSS like font weight.
- width - Variable in class org.mapfish.print.attribute.map.GenericMapAttribute.GenericMapAttributeValues
-
The width of the map.
- withOpenOutputStream(PrintJob.PrintAction) - Method in class org.mapfish.print.servlet.job.PrintJob
-
Open an OutputStream and execute the function using the OutputStream.
- WmsLayer - Class in org.mapfish.print.map.image.wms
-
Wms layer.
- WmsLayerFactoryPlugin - Class in org.mapfish.print.map.image.wms
-
Renders WMS layers as single image.
- WmsLayerFactoryPlugin() - Constructor for class org.mapfish.print.map.image.wms.WmsLayerFactoryPlugin
- WmsLayerParam - Class in org.mapfish.print.map.image.wms
-
Layer parameters for WMS layer.
- WmsLayerParam() - Constructor for class org.mapfish.print.map.image.wms.WmsLayerParam
-
Constructor.
- WmsLayerParam(WmsLayerParam) - Constructor for class org.mapfish.print.map.image.wms.WmsLayerParam
-
Copy constructor.
- WmsLayerParam.ServerType - Enum Class in org.mapfish.print.map.image.wms
-
The WMS server type.
- WmsUtilities - Class in org.mapfish.print.map.image.wms
-
A few methods to help make wms requests for all types of wms layers.
- WmsVersion - Enum Class in org.mapfish.print.map.image.wms
-
An enumeration of all the supported WMS versions.
- WMTSLayer - Class in org.mapfish.print.map.tiled.wmts
-
Class for loading data from a WMTS.
- WMTSLayer(ForkJoinPool, StyleSupplier<GridCoverage2D>, WMTSLayerParam, MetricRegistry, Configuration) - Constructor for class org.mapfish.print.map.tiled.wmts.WMTSLayer
-
Constructor.
- WMTSLayerParam - Class in org.mapfish.print.map.tiled.wmts
-
The parameters for configuration a WMTS layer.
- WMTSLayerParam() - Constructor for class org.mapfish.print.map.tiled.wmts.WMTSLayerParam
- WmtsLayerParserPlugin - Class in org.mapfish.print.map.tiled.wmts
-
Renders WMTS layers.
- WmtsLayerParserPlugin() - Constructor for class org.mapfish.print.map.tiled.wmts.WmtsLayerParserPlugin
- WorkingDirectories - Class in org.mapfish.print.config
-
Class for configuring the working directories and ensuring they exist correctly.
- WorkingDirectories() - Constructor for class org.mapfish.print.config.WorkingDirectories
- writeImage(BufferedImage, String, File) - Static method in class org.mapfish.print.ImageUtils
-
Equivalent to
ImageIO.write(java.awt.image.RenderedImage, java.lang.String, javax.imageio.stream.ImageOutputStream)
, but handle errors. - writeImage(BufferedImage, String, OutputStream) - Static method in class org.mapfish.print.ImageUtils
-
Equivalent to
ImageIO.write(java.awt.image.RenderedImage, java.lang.String, javax.imageio.stream.ImageOutputStream)
, but handle errors. - writeProcessorOutputToValues(Object, Processor<?, ?>, Values) - Static method in class org.mapfish.print.processor.ProcessorUtils
-
Read the values from the output object and write them to the values object.
Y
- YD - Enum constant in enum class org.mapfish.print.map.DistanceUnit
-
Represents the american yard unit.
Z
- ZoomLevels - Class in org.mapfish.print.attribute.map
-
Encapsulates a sorted set of scale denominators representing the allowed scales.
- ZoomLevels() - Constructor for class org.mapfish.print.attribute.map.ZoomLevels
-
default constructor for constructing by spring.
- ZoomLevels(double...) - Constructor for class org.mapfish.print.attribute.map.ZoomLevels
-
Constructor.
- ZoomLevelSnapStrategy - Enum Class in org.mapfish.print.attribute.map
-
Enumerates the different strategies for finding the closest zoom-level/scale.
- ZoomLevelSnapStrategy.SearchResult - Class in org.mapfish.print.attribute.map
-
The results of a search.
- zoomOut(double) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- zoomOut(double) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- zoomOut(double) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Zooms-out the bounds by the given factor.
- zoomToFeatures - Variable in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Zoom the map to the features of a specific layer or all features of the map.
- ZoomToFeatures - Class in org.mapfish.print.attribute.map
-
Zoom the map to the features of a specific layer or all features of the map.
- ZoomToFeatures() - Constructor for class org.mapfish.print.attribute.map.ZoomToFeatures
- ZoomToFeatures.ZoomType - Enum Class in org.mapfish.print.attribute.map
-
The zoom type.
- zoomToScale(Scale) - Method in class org.mapfish.print.attribute.map.BBoxMapBounds
- zoomToScale(Scale) - Method in class org.mapfish.print.attribute.map.CenterScaleMapBounds
- zoomToScale(Scale) - Method in class org.mapfish.print.attribute.map.MapBounds
-
Zoom to the given scale.
- zoomType - Variable in class org.mapfish.print.attribute.map.ZoomToFeatures
-
The zoom type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LinearCoordinateSequence.copy()