public interface GisViewerSaveHandler
| Modifier and Type | Method and Description |
|---|---|
void |
saveLayerImage(String name,
String contentType,
String url,
int zIndex)
Save layer image.
|
void |
saveMapImage(String fileName,
String outputFormat,
Map<String,String> parameters,
int zIndex)
Save map image.
|
void |
saveMapImage(String name,
String outputFormat,
String bbox,
String width,
String height,
String[] geoservers,
String[] layers,
String[] styles,
String[] opacities,
String[] cqlfilters,
String[] gsrefs,
int zIndex)
Save map image.
|
void saveLayerImage(String name, String contentType, String url, int zIndex)
name - the namecontentType - the content typeurl - the urlzIndex - the z-index to show Dialogvoid saveMapImage(String name, String outputFormat, String bbox, String width, String height, String[] geoservers, String[] layers, String[] styles, String[] opacities, String[] cqlfilters, String[] gsrefs, int zIndex)
name - the nameoutputFormat - the output formatbbox - the bboxwidth - the widthheight - the heightgeoservers - the geoserverslayers - the layersstyles - the stylesopacities - the opacitiescqlfilters - the cqlfiltersgsrefs - the gsrefszIndex - the z-index to show DialogCopyright © 2015. All Rights Reserved.