it.geosolutions.geoserver.rest.encoder.coverage
Class GSImageMosaicEncoder

java.lang.Object
  extended by it.geosolutions.geoserver.rest.encoder.utils.XmlElement
      extended by it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
          extended by it.geosolutions.geoserver.rest.encoder.GSResourceEncoder
              extended by it.geosolutions.geoserver.rest.encoder.coverage.GSCoverageEncoder
                  extended by it.geosolutions.geoserver.rest.encoder.coverage.GSImageMosaicEncoder

public class GSImageMosaicEncoder
extends GSCoverageEncoder

Author:
Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Nested Class Summary
 
Nested classes/interfaces inherited from class it.geosolutions.geoserver.rest.encoder.GSResourceEncoder
GSResourceEncoder.ProjectionPolicy
 
Field Summary
 
Fields inherited from class it.geosolutions.geoserver.rest.encoder.GSResourceEncoder
KEYWORDS, METADATA, NAME
 
Constructor Summary
GSImageMosaicEncoder()
           
 
Method Summary
protected  void addAllowMultithreading(boolean val)
           
protected  void addBackgroundValues(String val)
           
protected  void addFilter(String val)
           
protected  void addInputTransparentColor(String val)
           
protected  void addMaxAllowedTiles(int val)
           
protected  void addOutputTransparentColor(String val)
           
protected  void addSUGGESTED_TILE_SIZE(String val)
           
protected  void addUSE_JAI_IMAGEREAD(boolean val)
           
 void setAllowMultithreading(boolean val)
           
 void setBackgroundValues(String val)
           
 void setFilter(String val)
           
 void setInputTransparentColor(String val)
           
 void setMaxAllowedTiles(int val)
           
 void setOutputTransparentColor(String val)
           
 void setSUGGESTED_TILE_SIZE(String val)
           
 void setUSE_JAI_IMAGEREAD(boolean val)
           
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.coverage.GSCoverageEncoder
addMetadata, setMetadata
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.GSResourceEncoder
addAbstract, addDescription, addKeyword, addLatLonBoundingBox, addMetadata, addName, addNativeBoundingBox, addNativeCRS, addProjectionPolicy, addSRS, addTitle, delKeyword, delMetadata, getName, setAbstract, setDescription, setEnabled, setLatLonBoundingBox, setMetadata, setName, setNativeBoundingBox, setNativeCRS, setProjectionPolicy, setSRS, setTitle
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.PropertyXMLEncoder
add, get, get, set
 
Methods inherited from class it.geosolutions.geoserver.rest.encoder.utils.XmlElement
add, addContent, getRoot, isEmpty, remove, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSImageMosaicEncoder

public GSImageMosaicEncoder()
Method Detail

addAllowMultithreading

protected void addAllowMultithreading(boolean val)
Parameters:
val -

setAllowMultithreading

public void setAllowMultithreading(boolean val)

addFilter

protected void addFilter(String val)
Parameters:
val -

setFilter

public void setFilter(String val)

addMaxAllowedTiles

protected void addMaxAllowedTiles(int val)
Parameters:
val -

setMaxAllowedTiles

public void setMaxAllowedTiles(int val)

addInputTransparentColor

protected void addInputTransparentColor(String val)
Parameters:
val -

setInputTransparentColor

public void setInputTransparentColor(String val)

addOutputTransparentColor

protected void addOutputTransparentColor(String val)
Parameters:
val -

setOutputTransparentColor

public void setOutputTransparentColor(String val)

addSUGGESTED_TILE_SIZE

protected void addSUGGESTED_TILE_SIZE(String val)
Parameters:
val -

setSUGGESTED_TILE_SIZE

public void setSUGGESTED_TILE_SIZE(String val)

addUSE_JAI_IMAGEREAD

protected void addUSE_JAI_IMAGEREAD(boolean val)
Parameters:
val -

setUSE_JAI_IMAGEREAD

public void setUSE_JAI_IMAGEREAD(boolean val)

addBackgroundValues

protected void addBackgroundValues(String val)
Parameters:
val -

setBackgroundValues

public void setBackgroundValues(String val)


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.