Package org.mapfish.print.map
Class AbstractLayerParams
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
- Direct Known Subclasses:
AbstractTiledLayerParams
,AbstractVectorLayerParam
,FeatureLayer.FeatureLayerParam
,GeotiffLayer.GeotiffParam
,GridParam
,ImageLayer.ImageParam
Contains common properties to all layers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Fail if a tile return an error.The name of the layer.double
The opacity of the image. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Copy constructor. -
Method Summary
-
Field Details
-
opacity
public double opacityThe opacity of the image. -
name
The name of the layer. -
failOnError
public boolean failOnErrorFail if a tile return an error.
-
-
Constructor Details
-
AbstractLayerParams
public AbstractLayerParams()Constructor. -
AbstractLayerParams
Copy constructor.- Parameters:
other
- the object to copy
-