Package org.mapfish.print.map.image
Class ImageLayer.ImageParam
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.image.ImageLayer.ImageParam
- Enclosing class:
- ImageLayer
The parameters for reading an image file, either from the server or from a URL.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe base URL for the image file.double[]
The extent of the image.The format of the image.The styles to apply to the image.Fields inherited from class org.mapfish.print.map.AbstractLayerParams
failOnError, name, opacity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Validate the properties have the correct values.
-
Field Details
-
baseURL
The base URL for the image file. Used for making request. -
extent
public double[] extentThe extent of the image. Used for placing image on map. -
style
The styles to apply to the image. -
imageFormat
The format of the image. for example image/png, image/jpeg, etc...
-
-
Constructor Details
-
ImageParam
public ImageParam()
-
-
Method Details
-
postConstruct
public void postConstruct()Validate the properties have the correct values. -
getBaseUrl
-