Class RESTReprojectTransform
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.transform.RESTTransform
-
- de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
public class RESTReprojectTransform extends RESTTransform
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTReprojectTransform()Default constructor; setstypeofRESTTransformto "ReprojectTransform"
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()StringgetSource()StringgetTarget()voidsetHref(String href)voidsetSource(String source)voidsetTarget(String target)-
Methods inherited from class de.terrestris.shoguncore.importer.transform.RESTTransform
getType, setType
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
constant field for transform type name- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RESTReprojectTransform
public RESTReprojectTransform()
Default constructor; setstypeofRESTTransformto "ReprojectTransform"
-
-
Method Detail
-
getSource
public String getSource()
- Returns:
- the source
-
setSource
public void setSource(String source)
- Parameters:
source- the source to set
-
getTarget
public String getTarget()
- Returns:
- the target
-
setTarget
public void setTarget(String target)
- Parameters:
target- the target to set
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href- the href to set
-
-