Class RESTGdalAddoTransform


  • public class RESTGdalAddoTransform
    extends RESTTransform
    terrestris GmbH & Co. KG
    Author:
    ahenn
    See Also:
    GDAL (gdaladdo) documentation Requires gdaladdo to be inside the PATH used by the web container running GeoServer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getLevels()  
      java.util.List<java.lang.String> getOptions()  
      void setLevels​(java.util.List<java.lang.Integer> levels)  
      void setOptions​(java.util.List<java.lang.String> options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RESTGdalAddoTransform

        public RESTGdalAddoTransform()
        Default constructor; sets type of RESTTransform to "GdalAddoTransform"
    • Method Detail

      • getOptions

        public java.util.List<java.lang.String> getOptions()
        Returns:
        the options
      • setOptions

        public void setOptions​(java.util.List<java.lang.String> options)
        Parameters:
        options - the options to set
      • getLevels

        public java.util.List<java.lang.Integer> getLevels()
        Returns:
        the levels
      • setLevels

        public void setLevels​(java.util.List<java.lang.Integer> levels)
        Parameters:
        levels - the levels to set