- 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
-
- 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.
- AbstractGridCoverage2DReaderLayer - Class in org.mapfish.print.map.geotools
-
The AbstractGridCoverage2DReaderLayer class.
- AbstractGridCoverage2DReaderLayer(Function<MfClientHttpRequestFactory, AbstractGridCoverage2DReader>, StyleSupplier<AbstractGridCoverage2DReader>, ExecutorService, AbstractLayerParams) - Constructor for class org.mapfish.print.map.geotools.AbstractGridCoverage2DReaderLayer
-
Constructor.
- AbstractGridCoverageLayerPlugin - Class in org.mapfish.print.map.geotools
-
- 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 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 - 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>, AbstractLayerParams, 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 marshalling and unmarshalling 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, String) - Method in class org.mapfish.print.cli.CliServletContext
-
- addFilter(String, Filter) - Method in class org.mapfish.print.cli.CliServletContext
-
- addFilter(String, Class<? extends 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(String) - Method in class org.mapfish.print.cli.CliServletContext
-
- addListener(T) - Method in class org.mapfish.print.cli.CliServletContext
-
- addListener(Class<? extends EventListener>) - 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, InetAddress) - Constructor for class org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
-
IP and mask are given.
- 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.
- addServlet(String, String) - Method in class org.mapfish.print.cli.CliServletContext
-
- addServlet(String, Servlet) - Method in class org.mapfish.print.cli.CliServletContext
-
- addServlet(String, Class<? extends 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 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
-
- 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 - 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 - 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.AoiDisplay - Enum 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(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
-
- 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.
- 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(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(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(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(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.
- 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(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.
- ATT_GEOM - Static variable in interface 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.
- AttributeTesting() - Constructor for class org.mapfish.print.test.util.AttributeTesting
-
- 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.
- 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(boolean) - Method in class org.mapfish.print.processor.ProcessorDependencyGraph.ProcessorGraphForkJoinTask
-
Cancels the complete processor graph of a print task.
- cancel() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
Set a cancel flag.
- 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) - 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 interface org.mapfish.print.servlet.job.JobQueue
-
Mark job as canceling (if running) or cancelled (if waiting / finished).
- cancel(String, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Cancel a job.
- CANCEL_URL - Static variable in class org.mapfish.print.servlet.MapPrinterServlet
-
The url path to cancel a print task.
- 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.
- 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 Type 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).
- 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
-
- 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: ://.
- ClasspathConfigFileLoader() - Constructor for class org.mapfish.print.servlet.fileloader.ClasspathConfigFileLoader
-
- cleanUpName(String) - Static method in class org.mapfish.print.servlet.BaseMapServlet
-
Remove commas and whitespace from a string.
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- ConfigFileResolvingHttpRequestFactory(MfClientHttpRequestFactoryImpl, Configuration, String) - 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 - Class in org.mapfish.print.config
-
The Main Configuration Bean.
- Configuration() - Constructor for class org.mapfish.print.config.Configuration
-
- 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.
- 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
-
- 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 - Interface in org.mapfish.print
-
Strings used in configurations etc...
- Constants.Style - Interface in org.mapfish.print
-
Style related constants.
- Constants.Style.Grid - Interface in org.mapfish.print
-
Grid style constants.
- Constants.Style.OverviewMap - Interface in org.mapfish.print
-
Default Style for the Overview Map and Area of interest.
- Constants.Style.Raster - Interface 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
-
- Context(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 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(int, int, Function<MapAttribute.MapAttributeValues, Void>) - Method in class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Create a copy of this instance.
- 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
-
- 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(TilePreparationInfo, boolean, MetricRegistry, Processor.ExecutionContext, TileCacheInformation, Configuration) - Constructor for class org.mapfish.print.map.tiled.CoverageTask
-
Constructor.
- 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(String) - Method in interface org.mapfish.print.MapPrinterFactory
-
Creates the appropriate map printer.
- create(Dimension, String, Color, Double, File, MfClientHttpRequestFactory) - Static method in class org.mapfish.print.processor.map.NorthArrowGraphic
-
Creates the north-arrow graphic.
- 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.TileCacheInformation
-
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.TileCacheInformation
-
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 org.mapfish.print.processor.map.scalebar.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(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
-
- 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
-
- 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.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() - Constructor for class org.mapfish.print.processor.map.CreateMapProcessor
-
Constructor.
- 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
-
- 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.
- createRequest(URI, HttpMethod) - Method in class org.mapfish.print.http.ConfigFileResolvingHttpRequestFactory
-
- createRequest(URI, HttpMethod) - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl
-
- createRestURI(String, int, int, WMTSLayerParam) - Static method in class org.mapfish.print.map.tiled.wmts.WMTSLayer
-
Prepare the baseURL to make a request.
- 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.
- createStyleFunction(Template, String, String) - Method in class org.mapfish.print.map.geotools.FeatureLayer.Plugin
-
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 a 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 cache 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.
- 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.
- failedPrint(PrintJobStatus, HttpServletResponse) - Method in interface org.mapfish.print.servlet.HandleReportLoadResult
-
Called when a print job failed.
- failOnError - Variable in class org.mapfish.print.map.AbstractLayerParams
-
Fail if a tile return an error.
- 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
-
- 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
-
- 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: ://.
- 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.
- findReplacement(String, Date) - Static method in class org.mapfish.print.servlet.BaseMapServlet
-
Update a variable name with a date if the variable is detected as being a date.
- 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.
- 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.
- fontColor - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The font color of the labels (default: black).
- 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 in org.mapfish.print.map.geotools.grid
-
Enumeration of all the allowed font styles.
- 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 org.mapfish.print.attribute.map.MapLayer.RenderType
-
Get RenderType from a string that represents a file extension.
- fromMimeType(String) - Static method in enum org.mapfish.print.attribute.map.MapLayer.RenderType
-
Get RenderType from a string that represents a mime type.
- fromProjection(CoordinateReferenceSystem) - Static method in enum org.mapfish.print.map.DistanceUnit
-
Determine the unit of the given projection.
- fromResolution(double, DistanceUnit) - Static method in class org.mapfish.print.map.Scale
-
Construct a scale object from a resolution.
- fromResolution(double, CoordinateReferenceSystem) - Static method in class org.mapfish.print.map.Scale
-
Construct a scale object from a resolution.
- fromString(String) - Static method in enum org.mapfish.print.map.DistanceUnit
-
Parse the value and return the identified unit object.
- fromString(String) - Static method in enum org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Get a type from its label.
- fromString(String) - Static method in enum org.mapfish.print.processor.map.scalebar.Orientation
-
Get a direction from its label.
- fromString(String) - Static method in enum org.mapfish.print.processor.map.scalebar.Type
-
Get a type from its label.
- fromString(String) - Static method in enum 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.
- 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
-
- GenericMapAttribute - Class in org.mapfish.print.attribute.map
-
- GenericMapAttribute() - Constructor for class org.mapfish.print.attribute.map.GenericMapAttribute
-
- GenericMapAttribute.GenericMapAttributeValues - Class in org.mapfish.print.attribute.map
-
- 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
-
- GeotiffLayer - Class in org.mapfish.print.map.geotools
-
Reads a GeoTIFF file from an 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(int, DistanceUnit) - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
Get the scale at the given index.
- get() - Method in class org.mapfish.print.processor.http.MfClientHttpRequestFactoryProvider
-
Get the current value.
- get(String, boolean) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
-
- 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.PrintJobDao
-
Get Job Record.
- get(PrintJobStatus.Status...) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
- 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(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
-
- 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
-
- 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 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(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or throw exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or throw exception.
- getArray(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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
-
- getAttributes() - Method in class org.mapfish.print.attribute.DataSourceAttribute
-
Gets the attributes.
- getAttributes() - Method in class org.mapfish.print.config.Template
-
- getAttributes(Class<?>, Predicate<Field>) - Static method in class org.mapfish.print.parser.ParserUtils
-
Get a subset of the attributes of the provided class.
- 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.
- 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(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the bar size.
- getBarSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
-
- 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 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.
- 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(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a boolean or throw exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or throw exception.
- getBool(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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.
- getCapabilities(boolean, String, 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, String, 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(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 exception org.mapfish.print.config.ConfigurationException
-
- 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(String) - Method in class org.mapfish.print.cli.CliServletContext
-
- getContext() - Method in class org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Request
-
- getContext() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
- 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
-
- getCustomParams() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
- 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(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
-
- getDenominator() - 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
-
- getDependencies() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
- 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(String) - Method in class org.mapfish.print.output.Values
-
Get a value as a double.
- getDouble(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a double.
- getDouble(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a double or throw an exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a double or throw an exception.
- getDouble(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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.MapfishMapContext
-
- getDpi() - Method in class org.mapfish.print.attribute.map.OverviewMapAttribute.OverviewMapAttributeValues
-
- 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(String, String, 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).
- 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(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a float or throw an exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or throw an exception.
- getFloat(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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 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(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
-
- getImage() - Method in class org.mapfish.print.map.tiled.CoverageTask.Tile
-
Get image.
- getImageBufferScaling() - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Get the scale ratio between the tiles resolution and the target resolution.
- getImageBufferScaling() - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
-
- getImageBufferScaling() - Method in class org.mapfish.print.map.geotools.AbstractGridCoverage2DReaderLayer
-
- getImageBufferScaling() - Method in class org.mapfish.print.map.geotools.grid.GridLayer
-
- getImageBufferScaling() - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
- getImageBufferScaling() - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
-
- 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(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an int or throw an exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or throw an exception.
- getInt(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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(String, PJsonObject, Configuration, File, File) - Method in class org.mapfish.print.output.AbstractJasperReportOutputFormat
-
Renders the jasper report.
- getJdbcPassword() - Method in class org.mapfish.print.config.Template
-
- getJdbcUrl() - Method in class org.mapfish.print.config.Template
-
- getJdbcUser() - Method in class org.mapfish.print.config.Template
-
- getJobId() - Method in class org.mapfish.print.processor.AbstractProcessor.Context
-
- getJobId() - Method in interface org.mapfish.print.processor.Processor.ExecutionContext
-
- getJobId() - Method in class org.mapfish.print.processor.ProcessorExecutionContext
-
- 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 org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
- getLabel() - Method in enum org.mapfish.print.processor.map.scalebar.Orientation
-
- getLabel() - Method in enum org.mapfish.print.processor.map.scalebar.Type
-
- getLabel() - Method in enum org.mapfish.print.processor.map.scalebar.VerticalAlign
-
- getLabelDistance(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the label distance..
- getLabelDistance() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
-
- 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
-
- 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.TileCacheInformation
-
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) - Method in class org.mapfish.print.map.geotools.AbstractFeatureSourceLayer
-
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - 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) - Method in class org.mapfish.print.map.geotools.AbstractGridCoverage2DReaderLayer
-
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - Method in class org.mapfish.print.map.image.AbstractSingleImageLayer
-
- getLayers(MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - 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(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an long or throw an exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or throw an exception.
- getLong(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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(ScaleBarRenderSettings) - Static method in class org.mapfish.print.processor.map.scalebar.ScalebarGraphic
-
Get the maximum width and height of the labels.
- getMaxLabelSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
-
- 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
-
- getMergeableParams() - Method in class org.mapfish.print.map.tiled.AbstractWMXLayerParams
-
- 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(String) - Method in class org.mapfish.print.cli.CliServletContext
-
- 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.
- getMinGeoCoordinate(ReferencedEnvelope, Coordinate) - Method in class org.mapfish.print.map.tiled.TileCacheInformation
-
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.TileCacheInformation
-
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(String, Class<V>) - Method in class org.mapfish.print.output.Values
-
Get a value as a string.
- getObject(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a json object.
- getObject(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a object or throw exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a object or throw exception.
- getObject(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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(PJsonObject) - Method in class org.mapfish.print.MapPrinter
-
Get the object responsible for printing to the correct output format.
- getOutputFormat() - Method in class org.mapfish.print.servlet.job.HibernateAccountingEntry
-
- 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(URI) - Static method in class org.mapfish.print.URIUtils
-
Parse the URI and get all the parameters in map form.
- getParameters(String) - 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.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
-
- 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 syste.
- 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
-
- 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
-
- getReport(String, boolean, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
To get the PDF created previously.
- 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.
- 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.
- getRequirements() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
- getResolution() - Method in class org.mapfish.print.map.Scale
-
Get the resolution in meters.
- getResolution() - Method in class org.mapfish.print.map.tiled.TileCacheInformation
-
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(URI) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
Get result report.
- getResult() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
-
- getResult() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the result.
- 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(Dimension, float) - Static method in class org.mapfish.print.processor.map.scalebar.Label
-
- getRotatedHeight(float) - 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(Dimension, float) - Static method in class org.mapfish.print.processor.map.scalebar.Label
-
- getRotatedWidth(float) - 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
-
- getRuntimeException(Throwable) - Static method in class org.mapfish.print.ExceptionUtils
-
Returns a RuntimeException for the given exception.
- 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() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
- 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
-
- 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
-
- 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
-
- 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(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.
- getSize() - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
-
- 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(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.
- getStatus() - Method in interface org.mapfish.print.servlet.job.PrintJobStatus
-
Get the status.
- getStatus(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a status report on a job.
- getStatusSpecificAppId(String, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.mapfish.print.servlet.MapPrinterServlet
-
Get a status report on a job.
- getStatusTime() - Method in class org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
-
- getStorage() - Method in class org.mapfish.print.config.SmtpConfig
-
- 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(int) - Method in class org.mapfish.print.wrapper.json.PJsonArray
-
Get the element at the index as a string.
- getString(String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a string or throw an exception.
- 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(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or throw an exception.
- getString(int) - Method in class org.mapfish.print.wrapper.yaml.PYamlArray
-
- 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 ot 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
-
- 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
-
- getTileCacheBounds() - Method in class org.mapfish.print.map.tiled.TileCacheInformation
-
Return the full bounds of the tileCache.
- 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(MfClientHttpRequestFactory, String, ReferencedEnvelope, Dimension, int, int) - Method in class org.mapfish.print.map.tiled.TileCacheInformation
-
Create the http request for loading the image at the indicated area and the indicated size.
- getTileRequest() - Method in class org.mapfish.print.map.tiled.TilePreparationInfo.SingleTilePreparationInfo
-
- getTileSize() - Method in class org.mapfish.print.map.tiled.osm.OsmLayerParam
-
- getTileSize() - Method in class org.mapfish.print.map.tiled.TileCacheInformation
-
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.
- 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
-
- getUsername() - Method in class org.mapfish.print.config.SmtpConfig
-
- getUsername() - Method in class org.mapfish.print.http.HttpCredential
-
Get the username.
- 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
-
- getValue(String, String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.PrintJobDao
-
get specific property value of job.
- 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
-
- 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
-
- 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 in org.mapfish.print.map.geotools.grid
-
The supported Grid types.
- Main - Class in org.mapfish.print.cli
-
A shell version of the MapPrinter.
- 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.
- 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
-
- MapAttribute() - Constructor for class org.mapfish.print.attribute.map.MapAttribute
-
- MapAttribute.MapAttributeValues - Class in org.mapfish.print.attribute.map
-
- MapAttribute.OverriddenMapAttributeValues - Class in org.mapfish.print.attribute.map
-
- MapAttributeValues(Template, Integer, Integer) - Constructor for class org.mapfish.print.attribute.map.MapAttribute.MapAttributeValues
-
Constructor.
- MapAttributeValues(Template) - 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, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- 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.
- MapfishMapContext(MapfishMapContext, MapBounds, Dimension, double, double, Boolean, boolean) - Constructor for class org.mapfish.print.attribute.map.MapfishMapContext
-
Constructor.
- MapfishParser - Class in org.mapfish.print.parser
-
- 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.RenderType - Enum 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) - Constructor for class org.mapfish.print.servlet.MapPrinterServlet
-
- 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
-
- 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(AccessAssertion) - Method in class org.mapfish.print.config.access.AccessAssertionPersister
-
Marshal the assertion as a JSON object.
- 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
-
- 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(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(URI, HttpMethod) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
-
- 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.
- MatchInfo(String, String, int, String, String, String, String, HttpMethod) - Constructor for class org.mapfish.print.processor.http.matcher.MatchInfo
-
Constructor.
- 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_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
-
- MergeDataSourceProcessor.Out - Class in org.mapfish.print.processor.jasper
-
- 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 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.
- 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) - 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.
- 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
-
- MfCredentialsProvider() - Constructor for class org.mapfish.print.http.MfCredentialsProvider
-
- MfRoutePlanner - Class in org.mapfish.print.http
-
- 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
-
- 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.
- 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.
- 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.
- 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 interface org.mapfish.print.Constants
-
The OGC standard dpi.
- OGC_PIXEL_SIZE - Static variable in interface 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 Type 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 cancelled.
- 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 interface 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, 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.
- 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
-
- 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, PArray) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or default.
- optArray(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or null.
- optArray(String, PArray) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a array or default.
- optArray(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, Boolean) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a boolean or default value.
- optBool(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or null.
- optBool(String, Boolean) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a boolean or default value.
- optBool(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, Double) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a double or defaultValue.
- optDouble(String) - Method in interface org.mapfish.print.wrapper.PObject
-
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.
- optDouble(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, Float) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a float or Default value.
- optFloat(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or null.
- optFloat(String, Float) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a float or Default vaule.
- optFloat(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, Integer) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an int or default value.
- optInt(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or MIN_VALUE.
- optInt(String, Integer) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a int or default value.
- optInt(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, long) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as an long or default value.
- optLong(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or MIN_VALUE.
- optLong(String, long) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a long or default value.
- optLong(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- 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, PObject) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a array or default.
- optObject(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a object or null.
- optObject(String, PObject) - 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
-
- 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, String) - Method in class org.mapfish.print.wrapper.PAbstractObject
-
Get a property as a string or defaultValue.
- optString(String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or null.
- optString(String, String) - Method in interface org.mapfish.print.wrapper.PObject
-
Get a property as a string or defaultValue.
- optString(String) - Method in class org.mapfish.print.wrapper.yaml.PYamlObject
-
- or(Optional<T>, Optional<? extends T>) - Static method in class org.mapfish.print.OptionalUtils
-
Return the first optional to be defined.
- or(Supplier<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.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
-
- 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 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(JRDataSource) - Constructor for class org.mapfish.print.processor.jasper.DataSourceProcessor.Output
-
Constructor for setting the table data.
- OUTPUT_FILENAME_KEY - Static variable in interface 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 - Interface in org.mapfish.print.output
-
Interface for exporting the generated PDF from MapPrinter.
- outputFormat - Variable in class org.mapfish.print.processor.map.CreateMapProcessor.Input
-
The output format.
- 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
-
- OverviewMapAttribute() - Constructor for class org.mapfish.print.attribute.map.OverviewMapAttribute
-
- OverviewMapAttribute.OverviewMapAttributeValues - Class in org.mapfish.print.attribute.map
-
- 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.
- 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.TileCacheInformation
-
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(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, Param) - Method in interface org.mapfish.print.map.MapLayerFactoryPlugin
-
Inspect the json data and return Optional<MapLayer> or Optional.absent().
- 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(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.
- 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.
- 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 interface org.mapfish.print.Constants
-
The DPI of a PDF according to the spec.
- 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
-
- pdfConfig - Variable in class org.mapfish.print.processor.PdfConfigurationProcessor.In
-
The pdf configuration object.
- 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
-
- 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.
- 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.
- PObject - Interface in org.mapfish.print.wrapper
-
Object wrapper interface for Json and Yaml parsing.
- POINT_SIZE - Static variable in interface org.mapfish.print.Constants.Style
-
- PointGridStyle - Class in org.mapfish.print.map.geotools.grid
-
Creates the Named LineGridStyle.
- 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.
- 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) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Cache any needed resources on disk.
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
-
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - Method in class org.mapfish.print.map.image.wms.WmsLayer
-
- prefetchResources(HttpRequestFetcher, MfClientHttpRequestFactory, MapfishMapContext, Processor.ExecutionContext) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
-
- prepareRender(MapfishMapContext) - Method in interface org.mapfish.print.attribute.map.MapLayer
-
Render the layer to the graphics2D object.
- prepareRender(MapfishMapContext) - Method in class org.mapfish.print.map.geotools.AbstractGeotoolsLayer
-
- prepareRender(MapfishMapContext) - Method in class org.mapfish.print.map.geotools.grid.GridLayer
-
- prepareRender(MapfishMapContext) - Method in class org.mapfish.print.map.tiled.AbstractTiledLayer
-
- 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(String, PJsonObject, OutputStream) - Method in class org.mapfish.print.MapPrinter
-
Start a print.
- print(String, PJsonObject, Configuration, File, File, OutputStream) - Method in class org.mapfish.print.output.AbstractJasperReportOutputFormat
-
- print - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
- print(String, PJsonObject, Configuration, File, File, OutputStream) - Method in class org.mapfish.print.output.MapExportOutputFormat
-
- print(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, 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
-
- 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.
- 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.
- printJobPending(HttpServletResponse, String) - Method in interface org.mapfish.print.servlet.HandleReportLoadResult
-
Called when the print job has not yet completed.
- 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 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<?, ?>>, Set<String>) - Constructor for class org.mapfish.print.processor.ProcessorDependency
-
Constructor.
- ProcessorDependency(Class<? extends Processor<?, ?>>, Class<? extends Processor<?, ?>>) - 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
-
- 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
-
- 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.
- put(String, Object) - Method in class org.mapfish.print.output.Values
-
Put a new value in map.
- put(String, URI) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
-
- put(String, String) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
-
- put(String, Number) - Method in class org.mapfish.print.servlet.registry.BasicRegistry
-
- put(String, JSONObject) - 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, String) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a string in the registry.
- put(String, Number) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a number in the registry.
- put(String, JSONObject) - Method in interface org.mapfish.print.servlet.registry.Registry
-
Put a json object in the registry.
- 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.
- 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 a 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 at
center.
- scale - Variable in class org.mapfish.print.attribute.map.PagingAttribute.PagingProcessorValues
-
The scale denominator for each page/sub-map.
- 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
-
- ScalebarAttribute() - Constructor for class org.mapfish.print.attribute.ScalebarAttribute
-
- ScalebarAttribute.ScalebarAttributeValues - Class in org.mapfish.print.attribute
-
- 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 org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Search the provided zoomLevels for the scale that is the closest according to the current strategy.
- 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: ://.
- 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(long) - 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 referer.
- 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(Configuration) - Method in exception org.mapfish.print.config.ConfigurationException
-
- 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(URI, byte[]) - Method in class org.mapfish.print.MapPrinter
-
Set the configuration file and update the configuration for this printer.
- setConfiguration(File) - Method in class org.mapfish.print.MapPrinter
-
Set the configuration file and update the configuration for this printer.
- setConfiguration(Configuration) - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
-
- setConfigurationFile(File) - Method in class org.mapfish.print.config.Configuration
-
- 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(List<Object>) - Method in class org.mapfish.print.attribute.DataSourceAttribute
-
Default values 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(Value) - Method in class org.mapfish.print.attribute.PrimitiveAttribute
-
A default value for this attribute.
- setDefault(Map<String, Object>) - Method in class org.mapfish.print.attribute.ReflectiveAttribute
-
Default values for this attribute.
- setDefault(String[]) - Method in class org.mapfish.print.attribute.StringArrayAttribute
-
A default value for this attribute.
- setDefault(String) - Method in class org.mapfish.print.attribute.StringAttribute
-
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
-
- 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.
- setImageType(int) - Method in class org.mapfish.print.output.JasperReportImageOutputFormat
-
One of BufferedImage TYPE_ values.
- 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.
- setJdbcPassword(String) - Method in class org.mapfish.print.config.Template
-
- setJdbcUrl(String) - Method in class org.mapfish.print.config.Template
-
- setJdbcUser(String) - Method in class org.mapfish.print.config.Template
-
- 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
-
- 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(Integer) - Method in class org.mapfish.print.attribute.map.GenericMapAttribute
-
Limits the maximum height of the map.
- setMaxHeight(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the maximum height in pixels.
- 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(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.
- setMaxWidth(int) - Method in class org.mapfish.print.processor.map.SetTiledWmsProcessor
-
Set the maximum width in pixels.
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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(Integer) - Method in class org.mapfish.print.attribute.NorthArrowAttribute
-
The size (width and height) of the north-arrow graphic in the JasperReport template.
- setSize(Dimension) - Method in class org.mapfish.print.processor.map.scalebar.ScaleBarRenderSettings
-
- setSmtp(SmtpConfig) - Method in class org.mapfish.print.config.Configuration
-
- 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) - 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
-
- 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.
- 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
-
- setTimeout(long) - 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
-
- 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.metrics.StatsDReporterInit
-
Stop the StatsD reporter, if configured.
- 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.
- 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() - Method in class org.mapfish.print.attribute.map.ZoomLevels
-
The number of zoom levels.
- size - Variable in class org.mapfish.print.map.geotools.grid.GridFontParam
-
The size of the font.
- 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(String) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
-
- start(int) - Method in class org.mapfish.print.servlet.job.impl.hibernate.HibernateJobQueue
-
- start(String) - Method in class org.mapfish.print.servlet.job.impl.RegistryJobQueue
-
- start(int) - 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.
- start(int) - Method in interface org.mapfish.print.servlet.job.JobQueue
-
Start the next [N] number of jobs at once.
- 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
-
- 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
-
- StatsDReporterInit - Class in org.mapfish.print.metrics
-
Will start a StatsD reporter if configured.
- StatsDReporterInit() - Constructor for class org.mapfish.print.metrics.StatsDReporterInit
-
- 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 cancelled.
- 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.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
-
- 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.
- successfulPrint(PrintJobStatus, HttpServletResponse, URI, ReportLoader) - Method in interface org.mapfish.print.servlet.HandleReportLoadResult
-
Called when a print succeeded.
- successTimer - Variable in class org.mapfish.print.servlet.job.Accounting.JobTracker
-
The timer to use in cas 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".
- SvgUtil - Class in org.mapfish.print
-
SVG Utilities.
- table - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Input
-
Data for constructing the table Datasource.
- TableAttribute - Class in org.mapfish.print.attribute
-
- TableAttribute() - Constructor for class org.mapfish.print.attribute.TableAttribute
-
- TableAttribute.TableAttributeValue - Class in org.mapfish.print.attribute
-
- 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 - Class in org.mapfish.print.processor.jasper
-
Processor that has data for a table in a jasper report.
- TableDataSource(PJsonObject) - Constructor for class org.mapfish.print.processor.jasper.TableDataSource
-
Constructor.
- TableDataSource(String[], Object[][]) - Constructor for class org.mapfish.print.processor.jasper.TableDataSource
-
Constructor.
- tableDataSource - Variable in class org.mapfish.print.processor.jasper.TableProcessor.Output
-
The table datasource.
- 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 - Class in org.mapfish.print.config
-
Represents a report template configuration.
- Template() - Constructor for class org.mapfish.print.config.Template
-
- 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.scalebar.CreateScalebarProcessor.Input
-
The containing template.
- template - Variable in class org.mapfish.print.processor.map.SetStyleProcessor.Input
-
The template containing this table processor.
- TEMPLATE_KEY - Static variable in class org.mapfish.print.output.Values
-
- 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
-
- TileCacheInformation - Class in org.mapfish.print.map.tiled
-
Encapsulates the information needed to create tile requests for a particular map bounds and display.
- TileCacheInformation(MapBounds, Rectangle, double, AbstractTiledLayerParams) - Constructor for class org.mapfish.print.map.tiled.TileCacheInformation
-
Constructor.
- 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) - 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) - 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
-
- 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, TileCacheInformation, 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.
- 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 cancelled.
- 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.
- 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.
- topLeftCorner - Variable in class org.mapfish.print.map.tiled.wmts.Matrix
-
A 2 dimensional array representing the top-left corner of the tile.
- 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.
- toReferencedEnvelope() - Method in class org.mapfish.print.attribute.map.MapfishMapContext
-
Get the bounds as a referenced envelope.
- 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 class org.mapfish.print.attribute.map.ZoomLevels
-
- toString() - Method in class org.mapfish.print.attribute.map.ZoomLevelSnapStrategy.SearchResult
-
- toString() - Method in enum org.mapfish.print.map.DistanceUnit
-
- toString() - Method in class org.mapfish.print.map.Scale
-
- toString() - Method in class org.mapfish.print.output.Values
-
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.AbstractProcessor
-
- toString() - Method in class org.mapfish.print.processor.AbstractProcessor
-
- toString(StringBuilder, int, String) - Method in class org.mapfish.print.processor.http.CompositeClientHttpRequestFactoryProcessor
-
- 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(StringBuilder, int, String) - Method in class org.mapfish.print.processor.jasper.DataSourceProcessor
-
- toString() - Method in class org.mapfish.print.processor.jasper.JasperReportBuilder
-
- toString(StringBuilder, int, String) - Method in interface org.mapfish.print.processor.Processor
-
Create a string representing this processor.
- toString() - Method in class org.mapfish.print.processor.ProcessorDependency
-
- toString() - Method in class org.mapfish.print.processor.ProcessorDependencyGraph
-
- 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() - Method in class org.mapfish.print.processor.ProcessorGraphNode
-
- 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.
- 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
-
- 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 in org.mapfish.print.processor.map.scalebar
-
Scalebar type.
- 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() - Method in class org.mapfish.print.config.Configuration
-
Validate that the configuration is valid.
- 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>) - Method in class org.mapfish.print.processor.http.matcher.UriMatchers
-
Validate the configuration.
- 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() - Constructor for class org.mapfish.print.attribute.HttpRequestHeadersAttribute.Value
-
- value - Variable in class org.mapfish.print.processor.map.SetWmsCustomParamProcessor.Input
-
The 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 org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.attribute.map.MapLayer.RenderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.DistanceUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.geotools.grid.FontStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.geotools.grid.GridType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.image.wms.WmsVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.map.scalebar.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.map.scalebar.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mapfish.print.servlet.job.PrintJobStatus.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mapfish.print.attribute.map.AreaOfInterest.AoiDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.attribute.map.MapLayer.RenderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.attribute.map.ZoomLevelSnapStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.attribute.map.ZoomToFeatures.ZoomType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.DistanceUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.geotools.grid.FontStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.geotools.grid.GridType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.image.wms.WmsLayerParam.ServerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.image.wms.WmsVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.map.tiled.wmts.RequestEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.mapfish.print.output.AbstractJasperReportOutputFormat.Print
-
- Values - Class in org.mapfish.print.output
-
Values that go into a processor from previous processors in the processor processing graph.
- Values(Map<String, Object>) - Constructor for class org.mapfish.print.output.Values
-
Constructor.
- Values() - Constructor for class org.mapfish.print.output.Values
-
Constructor.
- Values(String, PJsonObject, Template, File, MfClientHttpRequestFactoryImpl, File) - Constructor for class org.mapfish.print.output.Values
-
Construct from the json request body and the associated template.
- Values(String, PJsonObject, Template, File, MfClientHttpRequestFactoryImpl, File, String) - 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 - 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() - Static method in enum org.mapfish.print.processor.jasper.MergeDataSourceProcessor.SourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.processor.map.AddStaticLayersProcessor.StaticLayerPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.processor.map.scalebar.HorizontalAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.processor.map.scalebar.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.processor.map.scalebar.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mapfish.print.processor.map.scalebar.VerticalAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.mapfish.print.processor.PdfConfigurationProcessor.In
-
The values object used to retrieve the required attributes.
- values() - Static method in enum org.mapfish.print.servlet.job.PrintJobStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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 org.mapfish.print.map.image.wms.WmsVersion
-
Get the WMS version string usable in making WMS requests.
- verticalAlign - Variable in class org.mapfish.print.attribute.ScalebarAttribute.ScalebarAttributeValues
-
The vertical alignment of the scalebar inside the scalebar graphic (default: bottom).
- VerticalAlign - Enum 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(Stroke) - 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
-