Class ConcatenatedOperation

    • Constructor Detail

      • ConcatenatedOperation

        public ConcatenatedOperation()
        Constructor
    • Method Detail

      • setTarget

        public void setTarget​(CoordinateReferenceSystem target)
        Set the target coordinate reference system
        Parameters:
        target - target crs
      • getOperations

        public List<CommonOperation> getOperations()
        Get the operations
        Returns:
        operations
      • numOperations

        public int numOperations()
        Number of operations
        Returns:
        operations count
      • getOperation

        public CommonOperation getOperation​(int index)
        Get the operation at the index
        Parameters:
        index - operation index
        Returns:
        operation
      • setOperations

        public void setOperations​(List<CommonOperation> operations)
        Set the operations
        Parameters:
        operations - operations
      • addOperation

        public void addOperation​(CommonOperation operation)
        Add the operation
        Parameters:
        operation - operation
      • addOperations

        public void addOperations​(List<CommonOperation> operations)
        Add the operations
        Parameters:
        operations - operations