Class RESTGdalAddoTransform
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.transform.RESTTransform
-
- de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
public class RESTGdalAddoTransform extends RESTTransform
terrestris GmbH & Co. KG- Author:
- ahenn
- See Also:
- GDAL (gdaladdo) documentation
Requires
gdaladdoto be inside the PATH used by the web container running GeoServer.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAME
-
Constructor Summary
Constructors Constructor Description RESTGdalAddoTransform()Default constructor; setstypeofRESTTransformto "GdalAddoTransform"
-
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()voidsetLevels(java.util.List<java.lang.Integer> levels)voidsetOptions(java.util.List<java.lang.String> options)-
Methods inherited from class de.terrestris.shoguncore.importer.transform.RESTTransform
getType, setType
-
-
-
-
Field Detail
-
TYPE_NAME
public static final java.lang.String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RESTGdalAddoTransform
public RESTGdalAddoTransform()
Default constructor; setstypeofRESTTransformto "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
-
-