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
 void addAllowMultithreading(boolean val)
          Deprecated. will be set to protected in the next release
 void addBackgroundValues(String val)
          Deprecated. will be set to protected in the next release
 void addFilter(String val)
          Deprecated. will be set to protected in the next release
 void addInputTransparentColor(String val)
          Deprecated. will be set to protected in the next release
 void addMaxAllowedTiles(int val)
          Deprecated. will be set to protected in the next release
 void addOutputTransparentColor(String val)
          Deprecated. will be set to protected in the next release
 void addSUGGESTED_TILE_SIZE(String val)
          Deprecated. will be set to protected in the next release
 void addUSE_JAI_IMAGEREAD(boolean val)
          Deprecated. will be set to protected in the next release
 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
addKeyword, addLatLonBoundingBox, addMetadata, addName, addNativeBoundingBox, addProjectionPolicy, addSRS, addTitle, delKeyword, delMetadata, getName, setEnabled, setLatLonBoundingBox, setMetadata, setName, setNativeBoundingBox, 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

public void addAllowMultithreading(boolean val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setAllowMultithreading

public void setAllowMultithreading(boolean val)

addFilter

public void addFilter(String val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setFilter

public void setFilter(String val)

addMaxAllowedTiles

public void addMaxAllowedTiles(int val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setMaxAllowedTiles

public void setMaxAllowedTiles(int val)

addInputTransparentColor

public void addInputTransparentColor(String val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setInputTransparentColor

public void setInputTransparentColor(String val)

addOutputTransparentColor

public void addOutputTransparentColor(String val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setOutputTransparentColor

public void setOutputTransparentColor(String val)

addSUGGESTED_TILE_SIZE

public void addSUGGESTED_TILE_SIZE(String val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setSUGGESTED_TILE_SIZE

public void setSUGGESTED_TILE_SIZE(String val)

addUSE_JAI_IMAGEREAD

public void addUSE_JAI_IMAGEREAD(boolean val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setUSE_JAI_IMAGEREAD

public void setUSE_JAI_IMAGEREAD(boolean val)

addBackgroundValues

public void addBackgroundValues(String val)
Deprecated. will be set to protected in the next release

Parameters:
val -

setBackgroundValues

public void setBackgroundValues(String val)


Copyright © 2007-2012 GeoSolutions. All Rights Reserved.