Class RESTReprojectTransform


  • public class RESTReprojectTransform
    extends RESTTransform
    Author:
    Daniel Koch, terrestris GmbH & Co. KG
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE_NAME
      constant field for transform type name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHref()  
      java.lang.String getSource()  
      java.lang.String getTarget()  
      void setHref​(java.lang.String href)  
      void setSource​(java.lang.String source)  
      void setTarget​(java.lang.String target)  
      • Methods inherited from class java.lang.Object

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

      • TYPE_NAME

        public static final java.lang.String TYPE_NAME
        constant field for transform type name
        See Also:
        Constant Field Values
    • Constructor Detail

      • RESTReprojectTransform

        public RESTReprojectTransform()
        Default constructor; sets type of RESTTransform to "ReprojectTransform"
    • Method Detail

      • getSource

        public java.lang.String getSource()
        Returns:
        the source
      • setSource

        public void setSource​(java.lang.String source)
        Parameters:
        source - the source to set
      • getTarget

        public java.lang.String getTarget()
        Returns:
        the target
      • setTarget

        public void setTarget​(java.lang.String target)
        Parameters:
        target - the target to set
      • getHref

        public java.lang.String getHref()
        Returns:
        the href
      • setHref

        public void setHref​(java.lang.String href)
        Parameters:
        href - the href to set