Class RESTGdalWarpTransform
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.transform.RESTTransform
-
- de.terrestris.shoguncore.importer.transform.RESTGdalWarpTransform
-
public class RESTGdalWarpTransform extends RESTTransform
terrestris GmbH & Co. KG- Author:
- ahenn
- See Also:
- GDAL (gdalwarp) documentation
Requires
gdalwarpto be inside the PATH used by the web container running GeoServer.
-
-
Constructor Summary
Constructors Constructor Description RESTGdalWarpTransform()Default constructor; setstypeofRESTTransformto "GdalWarpTransform"
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getOptions()voidsetOptions(List<String> options)-
Methods inherited from class de.terrestris.shoguncore.importer.transform.RESTTransform
getType, setType
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RESTGdalWarpTransform
public RESTGdalWarpTransform()
Default constructor; setstypeofRESTTransformto "GdalWarpTransform"
-
-