Uses of Class
ca.spatial.reportwriter.MapLayoutReport.Mapper
Packages that use MapLayoutReport.Mapper
-
Uses of MapLayoutReport.Mapper in ca.spatial.reportwriter
Methods in ca.spatial.reportwriter that return MapLayoutReport.MapperModifier and TypeMethodDescriptionMapLayoutReport.Group.addMap(double x, double y, double width, double height, String label, LayerList ll, int period)
Add a mapMapLayoutReport.Mapper.alpha(double alpha)
Set an alpha that will be used when compositing raster layersMapLayoutReport.Mapper.collapse(boolean state)
Collapse mode controls if the map layers are all drawn in to a single layer (true) or in to individual layers (false).MapLayoutReport.Mapper.dpi(int units)
Set the resolution to be used if vector mode is off.MapLayoutReport.Mapper.extent(double x, double y, double width, double height)
Set the map extent.Set the map extent.MapLayoutReport.getMapper(int index)
Return a reference to a previously defined map.MapLayoutReport.Mapper.scale(double scale)
Set the map scale.MapLayoutReport.Mapper.units(int mapunits)
Specify the units that the map data is digitized in.MapLayoutReport.Mapper.vector(boolean state)
Set if the map should be rendered in vector mode or image mode.Methods in ca.spatial.reportwriter with parameters of type MapLayoutReport.MapperModifier and TypeMethodDescriptionMapLayoutReport.Group.addScalebar(double x, double y, double width, double height, String label, MapLayoutReport.Mapper mapper)
Add a scalebar, specifying the map by object reference